Html Css Color HEX #DA0F18 Fire Engine Red

📋 copy color: '#DA0F18'

red 218 ◦ green 15 ◦ blue 24

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

Shades of Fire Engine Red #DA0F18

Tints of Fire Engine Red #DA0F18

RGB

 RED value IS 218 (85.55% from 255) = 84.82%

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 84.82%
G = 5.84%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0F18 (or 0xDA0F18) is known color: Fire Engine Red. HEX triplet: DA, 0F and 18. RGB value is (218,15,24). Sum of RGB (Red+Green+Blue) = 218+15+24=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F18 is #25F0E7. Grayscale: #4C4C4C. Windows color (decimal): -2486504 or 1576922. OLE color: 1576922.

HSL color Cylindrical-coordinate representation of color #DA0F18: hue angle of 357.34º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F18 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 24 -
CMYK 0 0.93 0.89 0.15
HSL 357.34º 0.87% 0.46% -
HSV(B) 357.34º 0.93% 0.85% -
XYZ 29.25 15.31 2.28 -
YUV 76.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 218 15 24 0 0.93 0.89 0.15 357.34 0.87 0.46
Hex DA F 18 0 5D 59 F 165 57 2E
Octal 332 17 30 0 135 131 17 545 127 56
Binary 11011010 1111 11000 0 1011101 1011001 1111 101100101 1010111 101110

Color Harmonies of #DA0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F18

Black with #DA0F18

Text Example


Text Example

White with #DA0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F18; }

 p { color: rgb(218,15,24); }

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

background-color css

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

 a { background-color: rgb(218,15,24); }

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

border-color css

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

 span { border-color: rgb(218,15,24); }

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