Html Css Color HEX #DD0E20 Fire Engine Red

📋 copy color: '#DD0E20'

red 221 ◦ green 14 ◦ blue 32

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

Shades of Fire Engine Red #DD0E20

Tints of Fire Engine Red #DD0E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 82.77%
G = 5.24%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0E20 (or 0xDD0E20) is known color: Fire Engine Red. HEX triplet: DD, 0E and 20. RGB value is (221,14,32). Sum of RGB (Red+Green+Blue) = 221+14+32=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E20 is #22F1DF. Grayscale: #4E4E4E. Windows color (decimal): -2290144 or 2100957. OLE color: 2100957.

HSL color Cylindrical-coordinate representation of color #DD0E20: hue angle of 354.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E20 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 32 -
CMYK 0 0.94 0.86 0.13
HSL 354.78º 0.88% 0.46% -
HSV(B) 354.78º 0.94% 0.87% -
XYZ 30.24 15.79 2.82 -
YUV 77.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 221 14 32 0 0.94 0.86 0.13 354.78 0.88 0.46
Hex DD E 20 0 5E 56 D 163 58 2E
Octal 335 16 40 0 136 126 15 543 130 56
Binary 11011101 1110 100000 0 1011110 1010110 1101 101100011 1011000 101110

Color Harmonies of #DD0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E20

Black with #DD0E20

Text Example


Text Example

White with #DD0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E20; }

 p { color: rgb(221,14,32); }

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

background-color css

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

 a { background-color: rgb(221,14,32); }

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

border-color css

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

 span { border-color: rgb(221,14,32); }

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