Html Css Color HEX #D51928 Fire Engine Red

📋 copy color: '#D51928'

red 213 ◦ green 25 ◦ blue 40

#D51928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D51928

Tints of Fire Engine Red #D51928

RGB

 RED value IS 213 (83.59% from 255) = 76.62%

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 76.62%
G = 8.99%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51928 (or 0xD51928) is known color: Fire Engine Red. HEX triplet: D5, 19 and 28. RGB value is (213,25,40). Sum of RGB (Red+Green+Blue) = 213+25+40=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D51928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51928 is #2AE6D7. Grayscale: #535353. Windows color (decimal): -2811608 or 2628053. OLE color: 2628053.

HSL color Cylindrical-coordinate representation of color #D51928: hue angle of 355.21º degrees, saturation: 0.79, 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 #D51928 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 40 -
CMYK 0 0.88 0.81 0.16
HSL 355.21º 0.79% 0.47% -
HSV(B) 355.21º 0.88% 0.84% -
XYZ 28.17 14.99 3.42 -
YUV 82.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 213 25 40 0 0.88 0.81 0.16 355.21 0.79 0.47
Hex D5 19 28 0 58 51 10 163 4F 2F
Octal 325 31 50 0 130 121 20 543 117 57
Binary 11010101 11001 101000 0 1011000 1010001 10000 101100011 1001111 101111

Color Harmonies of #D51928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51928

Black with #D51928

Text Example


Text Example

White with #D51928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51928; }

 p { color: rgb(213,25,40); }

 H1.HeaderClassName
 {
   color: #D51928;
 }
 .AnyTagClassName
 {
   color: #D51928;
 }
</style>

background-color css

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

 a { background-color: rgb(213,25,40); }

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

border-color css

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

 span { border-color: rgb(213,25,40); }

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