#DD2121

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

Shades of Persian Red #DD2121

Tints of Persian Red #DD2121

Color information

#DD2121 (or 0xDD2121) is unknown color: approx Persian Red. HEX triplet: DD, 21 and 21. RGB value is (221,33,33). Sum of RGB (Red+Green+Blue) = 221+33+33=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2121 is #22DEDE. Grayscale: #595959. Windows color (decimal): -2285279 or 2171357. OLE color: 2171357.

HSL color Cylindrical-coordinate representation of color #DD2121: hue angle of 0º degrees, saturation: 0.74, 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 #DD2121 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2213333-
CMYK00.850.850.13
HSL74.02%49.8%-
HSV(B)85.07%86.67%-
XYZ30.6416.573.02-
YUV89.2196.28222-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.00%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=77.00%
G=11.50%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221333300.850.850.13074.0249.8
HexDD212105555D04a32
Octal3354141012512515011262
Binary11011101100001100001010101011010101110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2121; }

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

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

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

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

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

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

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

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