Html Css Color HEX #DD1520 Fire Engine Red

📋 copy color: '#DD1520'

red 221 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #DD1520

Tints of Fire Engine Red #DD1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 80.66%
G = 7.66%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD1520 (or 0xDD1520) is known color: Fire Engine Red. HEX triplet: DD, 15 and 20. RGB value is (221,21,32). Sum of RGB (Red+Green+Blue) = 221+21+32=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1520 is #22EADF. Grayscale: #525252. Windows color (decimal): -2288352 or 2102749. OLE color: 2102749.

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

Color convert

RGB 221 21 32 -
CMYK 0 0.90 0.86 0.13
HSL 356.7º 0.83% 0.47% -
HSV(B) 356.7º 0.9% 0.87% -
XYZ 30.35 16.01 2.86 -
YUV 82.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 221 21 32 0 0.90 0.86 0.13 356.7 0.83 0.47
Hex DD 15 20 0 5A 56 D 165 53 2F
Octal 335 25 40 0 132 126 15 545 123 57
Binary 11011101 10101 100000 0 1011010 1010110 1101 101100101 1010011 101111

Color Harmonies of #DD1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1520

Black with #DD1520

Text Example


Text Example

White with #DD1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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