Html Css Color HEX #D41718 Fire Engine Red

📋 copy color: '#D41718'

red 212 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #D41718

Tints of Fire Engine Red #D41718

RGB

 RED value IS 212 (83.2% from 255) = 81.85%

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 24 (9.77% from 255) = 9.27%

R = 81.85%
G = 8.88%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D41718 (or 0xD41718) is known color: Fire Engine Red. HEX triplet: D4, 17 and 18. RGB value is (212,23,24). Sum of RGB (Red+Green+Blue) = 212+23+24=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D41718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41718 is #2BE8E7. Grayscale: #4F4F4F. Windows color (decimal): -2877672 or 1578964. OLE color: 1578964.

HSL color Cylindrical-coordinate representation of color #D41718: hue angle of 359.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41718 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 24 -
CMYK 0 0.89 0.89 0.17
HSL 359.68º 0.8% 0.46% -
HSV(B) 359.68º 0.89% 0.83% -
XYZ 27.62 14.68 2.24 -
YUV 79.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 212 23 24 0 0.89 0.89 0.17 359.68 0.8 0.46
Hex D4 17 18 0 59 59 11 168 50 2E
Octal 324 27 30 0 131 131 21 550 120 56
Binary 11010100 10111 11000 0 1011001 1011001 10001 101101000 1010000 101110

Color Harmonies of #D41718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41718

Black with #D41718

Text Example


Text Example

White with #D41718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41718; }

 p { color: rgb(212,23,24); }

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

background-color css

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

 a { background-color: rgb(212,23,24); }

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

border-color css

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

 span { border-color: rgb(212,23,24); }

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