Html Css Color HEX #DD2120 Persian Red

📋 copy color: '#DD2120'

red 221 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #DD2120

Tints of Persian Red #DD2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 77.27%
G = 11.54%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2120 (or 0xDD2120) is known color: Persian Red. HEX triplet: DD, 21 and 20. RGB value is (221,33,32). Sum of RGB (Red+Green+Blue) = 221+33+32=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2120 is #22DEDF. Grayscale: #595959. Windows color (decimal): -2285280 or 2105821. OLE color: 2105821.

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

Color convert

RGB 221 33 32 -
CMYK 0 0.85 0.86 0.13
HSL 0.32º 0.75% 0.5% -
HSV(B) 0.32º 0.86% 0.87% -
XYZ 30.62 16.56 2.95 -
YUV 89.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 221 33 32 0 0.85 0.86 0.13 0.32 0.75 0.5
Hex DD 21 20 0 55 56 D 0 4B 32
Octal 335 41 40 0 125 126 15 0 113 62
Binary 11011101 100001 100000 0 1010101 1010110 1101 0 1001011 110010

Color Harmonies of #DD2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2120

Black with #DD2120

Text Example


Text Example

White with #DD2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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