#DD2B22

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

Shades of Persian Red #DD2B22

Tints of Persian Red #DD2B22

Color information

#DD2B22 (or 0xDD2B22) is unknown color: approx Persian Red. HEX triplet: DD, 2B and 22. RGB value is (221,43,34). Sum of RGB (Red+Green+Blue) = 221+43+34=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B22 is #22D4DD. Grayscale: #5F5F5F. Windows color (decimal): -2282718 or 2239453. OLE color: 2239453.

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

Color convert

RGB2214334-
CMYK00.810.850.13
HSL2.89º73.33%50%-
HSV(B)2.89º84.62%86.67%-
XYZ30.9717.223.2-
YUV95.293.47217.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.16%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=74.16%
G=14.43%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221433400.810.850.132.8973.3350
HexDD2B2205155D34932
Octal3355342012112515311162
Binary110111011010111000100101000110101011101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2B22; }

 p { color: rgb(221,43,34); }

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

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

 a { background-color: rgb(221,43,34); }

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

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

 span { border-color: rgb(221,43,34); }

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