Html Css Color HEX #DD0222 Fire Engine Red

📋 copy color: '#DD0222'

red 221 ◦ green 2 ◦ blue 34

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

Shades of Fire Engine Red #DD0222

Tints of Fire Engine Red #DD0222

RGB

 RED value IS 221 (86.72% from 255) = 85.99%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 85.99%
G = 0.78%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0222 (or 0xDD0222) is known color: Fire Engine Red. HEX triplet: DD, 02 and 22. RGB value is (221,2,34). Sum of RGB (Red+Green+Blue) = 221+2+34=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0222 is #22FDDD. Grayscale: #474747. Windows color (decimal): -2293214 or 2228957. OLE color: 2228957.

HSL color Cylindrical-coordinate representation of color #DD0222: hue angle of 351.23º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0222 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 34 -
CMYK 0 0.99 0.85 0.13
HSL 351.23º 0.98% 0.44% -
HSV(B) 351.23º 0.99% 0.87% -
XYZ 30.13 15.53 2.92 -
YUV 71.13 107.05 234.9 -
System Red Green Blue C M Y K H S L
Decimal 221 2 34 0 0.99 0.85 0.13 351.23 0.98 0.44
Hex DD 2 22 0 63 55 D 15F 62 2C
Octal 335 2 42 0 143 125 15 537 142 54
Binary 11011101 10 100010 0 1100011 1010101 1101 101011111 1100010 101100

Color Harmonies of #DD0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0222

Black with #DD0222

Text Example


Text Example

White with #DD0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0222; }

 p { color: rgb(221,2,34); }

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

background-color css

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

 a { background-color: rgb(221,2,34); }

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

border-color css

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

 span { border-color: rgb(221,2,34); }

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