Html Css Color HEX #DA0F20 Fire Engine Red

📋 copy color: '#DA0F20'

red 218 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #DA0F20

Tints of Fire Engine Red #DA0F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 82.26%
G = 5.66%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0F20 (or 0xDA0F20) is known color: Fire Engine Red. HEX triplet: DA, 0F and 20. RGB value is (218,15,32). Sum of RGB (Red+Green+Blue) = 218+15+32=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F20 is #25F0DF. Grayscale: #4D4D4D. Windows color (decimal): -2486496 or 2101210. OLE color: 2101210.

HSL color Cylindrical-coordinate representation of color #DA0F20: hue angle of 354.98º 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 #DA0F20 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 32 -
CMYK 0 0.93 0.85 0.15
HSL 354.98º 0.87% 0.46% -
HSV(B) 354.98º 0.93% 0.85% -
XYZ 29.34 15.35 2.78 -
YUV 77.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 218 15 32 0 0.93 0.85 0.15 354.98 0.87 0.46
Hex DA F 20 0 5D 55 F 163 57 2E
Octal 332 17 40 0 135 125 17 543 127 56
Binary 11011010 1111 100000 0 1011101 1010101 1111 101100011 1010111 101110

Color Harmonies of #DA0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F20

Black with #DA0F20

Text Example


Text Example

White with #DA0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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