Html Css Color HEX #D00824 Fire Engine Red

📋 copy color: '#D00824'

red 208 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #D00824

Tints of Fire Engine Red #D00824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 82.54%
G = 3.17%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00824 (or 0xD00824) is known color: Fire Engine Red. HEX triplet: D0, 08 and 24. RGB value is (208,8,36). Sum of RGB (Red+Green+Blue) = 208+8+36=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00824 is #2FF7DB. Grayscale: #474747. Windows color (decimal): -3143644 or 2361552. OLE color: 2361552.

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

Color convert

RGB 208 8 36 -
CMYK 0 0.96 0.83 0.18
HSL 351.6º 0.93% 0.42% -
HSV(B) 351.6º 0.96% 0.82% -
XYZ 26.42 13.71 2.92 -
YUV 70.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 208 8 36 0 0.96 0.83 0.18 351.6 0.93 0.42
Hex D0 8 24 0 60 53 12 160 5D 2A
Octal 320 10 44 0 140 123 22 540 135 52
Binary 11010000 1000 100100 0 1100000 1010011 10010 101100000 1011101 101010

Color Harmonies of #D00824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00824

Black with #D00824

Text Example


Text Example

White with #D00824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00824; }

 p { color: rgb(208,8,36); }

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

background-color css

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

 a { background-color: rgb(208,8,36); }

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

border-color css

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

 span { border-color: rgb(208,8,36); }

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