Html Css Color HEX #DA0F22 Fire Engine Red

📋 copy color: '#DA0F22'

red 218 ◦ green 15 ◦ blue 34

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

Shades of Fire Engine Red #DA0F22

Tints of Fire Engine Red #DA0F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 81.65%
G = 5.62%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0F22 (or 0xDA0F22) is known color: Fire Engine Red. HEX triplet: DA, 0F and 22. RGB value is (218,15,34). Sum of RGB (Red+Green+Blue) = 218+15+34=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F22 is #25F0DD. Grayscale: #4D4D4D. Windows color (decimal): -2486494 or 2232282. OLE color: 2232282.

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

Color convert

RGB 218 15 34 -
CMYK 0 0.93 0.84 0.15
HSL 354.38º 0.87% 0.46% -
HSV(B) 354.38º 0.93% 0.85% -
XYZ 29.37 15.36 2.93 -
YUV 77.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 218 15 34 0 0.93 0.84 0.15 354.38 0.87 0.46
Hex DA F 22 0 5D 54 F 162 57 2E
Octal 332 17 42 0 135 124 17 542 127 56
Binary 11011010 1111 100010 0 1011101 1010100 1111 101100010 1010111 101110

Color Harmonies of #DA0F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F22

Black with #DA0F22

Text Example


Text Example

White with #DA0F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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