Html Css Color HEX #DD1020 Fire Engine Red

📋 copy color: '#DD1020'

red 221 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #DD1020

Tints of Fire Engine Red #DD1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 82.16%
G = 5.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD1020 (or 0xDD1020) is known color: Fire Engine Red. HEX triplet: DD, 10 and 20. RGB value is (221,16,32). Sum of RGB (Red+Green+Blue) = 221+16+32=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1020 is #22EFDF. Grayscale: #4F4F4F. Windows color (decimal): -2289632 or 2101469. OLE color: 2101469.

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

Color convert

RGB 221 16 32 -
CMYK 0 0.93 0.86 0.13
HSL 355.32º 0.86% 0.46% -
HSV(B) 355.32º 0.93% 0.87% -
XYZ 30.26 15.85 2.83 -
YUV 79.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 221 16 32 0 0.93 0.86 0.13 355.32 0.86 0.46
Hex DD 10 20 0 5D 56 D 163 56 2E
Octal 335 20 40 0 135 126 15 543 126 56
Binary 11011101 10000 100000 0 1011101 1010110 1101 101100011 1010110 101110

Color Harmonies of #DD1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1020

Black with #DD1020

Text Example


Text Example

White with #DD1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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