Html Css Color HEX #D41018 Fire Engine Red

📋 copy color: '#D41018'

red 212 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #D41018

Tints of Fire Engine Red #D41018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 84.13%
G = 6.35%
B = 9.52%

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

#D41018 (or 0xD41018) is known color: Fire Engine Red. HEX triplet: D4, 10 and 18. RGB value is (212,16,24). Sum of RGB (Red+Green+Blue) = 212+16+24=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D41018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41018 is #2BEFE7. Grayscale: #4B4B4B. Windows color (decimal): -2879464 or 1577172. OLE color: 1577172.

HSL color Cylindrical-coordinate representation of color #D41018: hue angle of 357.55º degrees, saturation: 0.86, 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 #D41018 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 24 -
CMYK 0 0.92 0.89 0.17
HSL 357.55º 0.86% 0.45% -
HSV(B) 357.55º 0.92% 0.83% -
XYZ 27.5 14.43 2.2 -
YUV 75.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 212 16 24 0 0.92 0.89 0.17 357.55 0.86 0.45
Hex D4 10 18 0 5C 59 11 166 56 2D
Octal 324 20 30 0 134 131 21 546 126 55
Binary 11010100 10000 11000 0 1011100 1011001 10001 101100110 1010110 101101

Color Harmonies of #D41018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41018

Black with #D41018

Text Example


Text Example

White with #D41018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41018; }

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

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

background-color css

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

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

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

border-color css

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

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

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