Html Css Color HEX #D00F22 Fire Engine Red

📋 copy color: '#D00F22'

red 208 ◦ green 15 ◦ blue 34

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

Shades of Fire Engine Red #D00F22

Tints of Fire Engine Red #D00F22

RGB

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

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

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

R = 80.93%
G = 5.84%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00F22 (or 0xD00F22) is known color: Fire Engine Red. HEX triplet: D0, 0F and 22. RGB value is (208,15,34). Sum of RGB (Red+Green+Blue) = 208+15+34=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F22 is #2FF0DD. Grayscale: #4A4A4A. Windows color (decimal): -3141854 or 2232272. OLE color: 2232272.

HSL color Cylindrical-coordinate representation of color #D00F22: hue angle of 354.09º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F22 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 34 -
CMYK 0 0.93 0.84 0.18
HSL 354.09º 0.87% 0.44% -
HSV(B) 354.09º 0.93% 0.82% -
XYZ 26.47 13.87 2.79 -
YUV 74.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 208 15 34 0 0.93 0.84 0.18 354.09 0.87 0.44
Hex D0 F 22 0 5D 54 12 162 57 2C
Octal 320 17 42 0 135 124 22 542 127 54
Binary 11010000 1111 100010 0 1011101 1010100 10010 101100010 1010111 101100

Color Harmonies of #D00F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F22

Black with #D00F22

Text Example


Text Example

White with #D00F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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