Html Css Color HEX #D02223 Fire Engine Red

📋 copy color: '#D02223'

red 208 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #D02223

Tints of Fire Engine Red #D02223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 75.09%
G = 12.27%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02223 (or 0xD02223) is known color: Fire Engine Red. HEX triplet: D0, 22 and 23. RGB value is (208,34,35). Sum of RGB (Red+Green+Blue) = 208+34+35=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D02223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02223 is #2FDDDC. Grayscale: #565656. Windows color (decimal): -3136989 or 2302672. OLE color: 2302672.

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

Color convert

RGB 208 34 35 -
CMYK 0 0.84 0.83 0.18
HSL 359.66º 0.72% 0.47% -
HSV(B) 359.66º 0.84% 0.82% -
XYZ 26.89 14.68 3.01 -
YUV 86.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 208 34 35 0 0.84 0.83 0.18 359.66 0.72 0.47
Hex D0 22 23 0 54 53 12 168 48 2F
Octal 320 42 43 0 124 123 22 550 110 57
Binary 11010000 100010 100011 0 1010100 1010011 10010 101101000 1001000 101111

Color Harmonies of #D02223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02223

Black with #D02223

Text Example


Text Example

White with #D02223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02223; }

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

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

background-color css

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

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

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

border-color css

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

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

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