Html Css Color HEX #DD0224 Fire Engine Red

📋 copy color: '#DD0224'

red 221 ◦ green 2 ◦ blue 36

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

Shades of Fire Engine Red #DD0224

Tints of Fire Engine Red #DD0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 85.33%
G = 0.77%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0224 (or 0xDD0224) is known color: Fire Engine Red. HEX triplet: DD, 02 and 24. RGB value is (221,2,36). Sum of RGB (Red+Green+Blue) = 221+2+36=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0224 is #22FDDB. Grayscale: #474747. Windows color (decimal): -2293212 or 2360029. OLE color: 2360029.

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

Color convert

RGB 221 2 36 -
CMYK 0 0.99 0.84 0.13
HSL 350.68º 0.98% 0.44% -
HSV(B) 350.68º 0.99% 0.87% -
XYZ 30.16 15.54 3.08 -
YUV 71.36 108.05 234.74 -
System Red Green Blue C M Y K H S L
Decimal 221 2 36 0 0.99 0.84 0.13 350.68 0.98 0.44
Hex DD 2 24 0 63 54 D 15F 62 2C
Octal 335 2 44 0 143 124 15 537 142 54
Binary 11011101 10 100100 0 1100011 1010100 1101 101011111 1100010 101100

Color Harmonies of #DD0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0224

Black with #DD0224

Text Example


Text Example

White with #DD0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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