Html Css Color HEX #D41418 Fire Engine Red

📋 copy color: '#D41418'

red 212 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #D41418

Tints of Fire Engine Red #D41418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 82.81%
G = 7.81%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D41418 (or 0xD41418) is known color: Fire Engine Red. HEX triplet: D4, 14 and 18. RGB value is (212,20,24). Sum of RGB (Red+Green+Blue) = 212+20+24=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D41418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41418 is #2BEBE7. Grayscale: #4E4E4E. Windows color (decimal): -2878440 or 1578196. OLE color: 1578196.

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

Color convert

RGB 212 20 24 -
CMYK 0 0.91 0.89 0.17
HSL 358.75º 0.83% 0.45% -
HSV(B) 358.75º 0.91% 0.83% -
XYZ 27.57 14.56 2.22 -
YUV 77.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 212 20 24 0 0.91 0.89 0.17 358.75 0.83 0.45
Hex D4 14 18 0 5B 59 11 167 53 2D
Octal 324 24 30 0 133 131 21 547 123 55
Binary 11010100 10100 11000 0 1011011 1011001 10001 101100111 1010011 101101

Color Harmonies of #D41418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41418

Black with #D41418

Text Example


Text Example

White with #D41418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41418; }

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

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

background-color css

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

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

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

border-color css

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

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

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