Html Css Color HEX #D02229 Fire Engine Red

📋 copy color: '#D02229'

red 208 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #D02229

Tints of Fire Engine Red #D02229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 73.5%
G = 12.01%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D02229 (or 0xD02229) is known color: Fire Engine Red. HEX triplet: D0, 22 and 29. RGB value is (208,34,41). Sum of RGB (Red+Green+Blue) = 208+34+41=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02229 is #2FDDD6. Grayscale: #565656. Windows color (decimal): -3136983 or 2695888. OLE color: 2695888.

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

Color convert

RGB 208 34 41 -
CMYK 0 0.84 0.80 0.18
HSL 357.59º 0.72% 0.47% -
HSV(B) 357.59º 0.84% 0.82% -
XYZ 26.98 14.71 3.52 -
YUV 86.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 208 34 41 0 0.84 0.80 0.18 357.59 0.72 0.47
Hex D0 22 29 0 54 50 12 166 48 2F
Octal 320 42 51 0 124 120 22 546 110 57
Binary 11010000 100010 101001 0 1010100 1010000 10010 101100110 1001000 101111

Color Harmonies of #D02229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02229

Black with #D02229

Text Example


Text Example

White with #D02229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02229; }

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

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

background-color css

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

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

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

border-color css

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

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

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