Html Css Color HEX #D01418 Fire Engine Red

📋 copy color: '#D01418'

red 208 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #D01418

Tints of Fire Engine Red #D01418

RGB

 RED value IS 208 (81.64% from 255) = 82.54%

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

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

R = 82.54%
G = 7.94%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01418 (or 0xD01418) is known color: Fire Engine Red. HEX triplet: D0, 14 and 18. RGB value is (208,20,24). Sum of RGB (Red+Green+Blue) = 208+20+24=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01418 is #2FEBE7. Grayscale: #4C4C4C. Windows color (decimal): -3140584 or 1578192. OLE color: 1578192.

HSL color Cylindrical-coordinate representation of color #D01418: hue angle of 358.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 24 -
CMYK 0 0.90 0.88 0.18
HSL 358.72º 0.82% 0.45% -
HSV(B) 358.72º 0.9% 0.82% -
XYZ 26.43 13.98 2.17 -
YUV 76.67 98.28 221.67 -
System Red Green Blue C M Y K H S L
Decimal 208 20 24 0 0.90 0.88 0.18 358.72 0.82 0.45
Hex D0 14 18 0 5A 58 12 167 52 2D
Octal 320 24 30 0 132 130 22 547 122 55
Binary 11010000 10100 11000 0 1011010 1011000 10010 101100111 1010010 101101

Color Harmonies of #D01418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01418

Black with #D01418

Text Example


Text Example

White with #D01418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01418; }

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

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

background-color css

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

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

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

border-color css

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

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

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