Html Css Color HEX #D02227 Fire Engine Red

📋 copy color: '#D02227'

red 208 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #D02227

Tints of Fire Engine Red #D02227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 74.02%
G = 12.1%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02227 (or 0xD02227) is known color: Fire Engine Red. HEX triplet: D0, 22 and 27. RGB value is (208,34,39). Sum of RGB (Red+Green+Blue) = 208+34+39=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D02227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02227 is #2FDDD8. Grayscale: #565656. Windows color (decimal): -3136985 or 2564816. OLE color: 2564816.

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

Color convert

RGB 208 34 39 -
CMYK 0 0.84 0.81 0.18
HSL 358.28º 0.72% 0.47% -
HSV(B) 358.28º 0.84% 0.82% -
XYZ 26.95 14.7 3.34 -
YUV 86.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 208 34 39 0 0.84 0.81 0.18 358.28 0.72 0.47
Hex D0 22 27 0 54 51 12 166 48 2F
Octal 320 42 47 0 124 121 22 546 110 57
Binary 11010000 100010 100111 0 1010100 1010001 10010 101100110 1001000 101111

Color Harmonies of #D02227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02227

Black with #D02227

Text Example


Text Example

White with #D02227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02227; }

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

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

background-color css

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

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

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

border-color css

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

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

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