#dd2a20

Color #DD2A20 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #DD2A20

Tints of Persian Red #DD2A20

Color information

#DD2A20 (or 0xDD2A20) is unknown color: approx Persian Red. HEX triplet: DD, 2A and 20. RGB value is (221,42,32). Sum of RGB (Red+Green+Blue) = 221+42+32=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A20 is #22D5DF. Grayscale: #5E5E5E. Windows color (decimal): -2282976 or 2108125. OLE color: 2108125.

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

Color convert

RGB2214232-
CMYK00.810.860.13
HSL3.17º74.7%49.61%-
HSV(B)3.17º85.52%86.67%-
XYZ30.9117.133.04-
YUV94.3892.8218.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.92%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 32 (12.89% from 255) = 10.85%
R=74.92%
G=14.24%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221423200.810.860.133.1774.749.61
HexDD2A2005156D34b32
Octal3355240012112615311362
Binary110111011010101000000101000110101101101111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2a20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2a20; }

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

 H1.HeaderClassName
 {
   color: #dd2a20;
 }
 .AnyTagClassName
 {
   color: #dd2a20;
 }
</style>
background-color css

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

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

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

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

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

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