Html Css Color HEX #D0222C Fire Engine Red

📋 copy color: '#D0222C'

red 208 ◦ green 34 ◦ blue 44

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

Shades of Fire Engine Red #D0222C

Tints of Fire Engine Red #D0222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 72.73%
G = 11.89%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0222C (or 0xD0222C) is known color: Fire Engine Red. HEX triplet: D0, 22 and 2C. RGB value is (208,34,44). Sum of RGB (Red+Green+Blue) = 208+34+44=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0222C is #2FDDD3. Grayscale: #575757. Windows color (decimal): -3136980 or 2892496. OLE color: 2892496.

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

Color convert

RGB 208 34 44 -
CMYK 0 0.84 0.79 0.18
HSL 356.55º 0.72% 0.47% -
HSV(B) 356.55º 0.84% 0.82% -
XYZ 27.04 14.74 3.8 -
YUV 87.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 208 34 44 0 0.84 0.79 0.18 356.55 0.72 0.47
Hex D0 22 2C 0 54 4F 12 165 48 2F
Octal 320 42 54 0 124 117 22 545 110 57
Binary 11010000 100010 101100 0 1010100 1001111 10010 101100101 1001000 101111

Color Harmonies of #D0222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0222C

Black with #D0222C

Text Example


Text Example

White with #D0222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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