Html Css Color HEX #D00822 Fire Engine Red

📋 copy color: '#D00822'

red 208 ◦ green 8 ◦ blue 34

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

Shades of Fire Engine Red #D00822

Tints of Fire Engine Red #D00822

RGB

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

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

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

R = 83.2%
G = 3.2%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00822 (or 0xD00822) is known color: Fire Engine Red. HEX triplet: D0, 08 and 22. RGB value is (208,8,34). Sum of RGB (Red+Green+Blue) = 208+8+34=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D00822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00822 is #2FF7DD. Grayscale: #464646. Windows color (decimal): -3143646 or 2230480. OLE color: 2230480.

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

Color convert

RGB 208 8 34 -
CMYK 0 0.96 0.84 0.18
HSL 352.2º 0.93% 0.42% -
HSV(B) 352.2º 0.96% 0.82% -
XYZ 26.39 13.7 2.77 -
YUV 70.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 208 8 34 0 0.96 0.84 0.18 352.2 0.93 0.42
Hex D0 8 22 0 60 54 12 160 5D 2A
Octal 320 10 42 0 140 124 22 540 135 52
Binary 11010000 1000 100010 0 1100000 1010100 10010 101100000 1011101 101010

Color Harmonies of #D00822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00822

Black with #D00822

Text Example


Text Example

White with #D00822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00822; }

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

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

background-color css

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

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

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

border-color css

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

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

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