#D51A25

Color #D51A25 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D51A25

Tints of Fire Engine Red #D51A25

Color information

#D51A25 (or 0xD51A25) is unknown color: approx Fire Engine Red. HEX triplet: D5, 1A and 25. RGB value is (213,26,37). Sum of RGB (Red+Green+Blue) = 213+26+37=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A25 is #2AE5DA. Grayscale: #535353. Windows color (decimal): -2811355 or 2431701. OLE color: 2431701.

HSL color Cylindrical-coordinate representation of color #D51A25: hue angle of 356.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB2132637-
CMYK00.880.830.16
HSL356.47º78.24%46.86%-
HSV(B)356.47º87.79%83.53%-
XYZ28.1415.023.17-
YUV83.17101.95220.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 77.17%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=77.17%
G=9.42%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213263700.880.830.16356.4778.2446.86
HexD51A2505853101644e2f
Octal325324501301232054411657
Binary1101010111010100101010110001010011100001011001001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51A25; }

 p { color: rgb(213,26,37); }

 H1.HeaderClassName
 {
   color: #D51A25;
 }
 .AnyTagClassName
 {
   color: #D51A25;
 }
</style>
background-color css

<style>
 a { background-color: #D51A25; }

 a { background-color: rgb(213,26,37); }

 div.DivClassName
 {
   background-color: #D51A25;
 }
 .BgClassName
 {
   background-color: #D51A25;
 }
</style>
border-color css

<style>
 span { border-color: #D51A25; }

 span { border-color: rgb(213,26,37); }

 td.TdClassName
 {
   border-color: #D51A25;
 }
 .TagClassName
 {
   border-color: #D51A25;
 }
</style>