Html Css Color HEX #D41218 Fire Engine Red

📋 copy color: '#D41218'

red 212 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #D41218

Tints of Fire Engine Red #D41218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 83.46%
G = 7.09%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D41218 (or 0xD41218) is known color: Fire Engine Red. HEX triplet: D4, 12 and 18. RGB value is (212,18,24). Sum of RGB (Red+Green+Blue) = 212+18+24=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41218 is #2BEDE7. Grayscale: #4C4C4C. Windows color (decimal): -2878952 or 1577684. OLE color: 1577684.

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

Color convert

RGB 212 18 24 -
CMYK 0 0.92 0.89 0.17
HSL 358.14º 0.84% 0.45% -
HSV(B) 358.14º 0.92% 0.83% -
XYZ 27.53 14.5 2.21 -
YUV 76.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 212 18 24 0 0.92 0.89 0.17 358.14 0.84 0.45
Hex D4 12 18 0 5C 59 11 166 54 2D
Octal 324 22 30 0 134 131 21 546 124 55
Binary 11010100 10010 11000 0 1011100 1011001 10001 101100110 1010100 101101

Color Harmonies of #D41218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41218

Black with #D41218

Text Example


Text Example

White with #D41218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41218; }

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

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

background-color css

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

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

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

border-color css

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

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

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