#DD211E

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

Shades of Persian Red #DD211E

Tints of Persian Red #DD211E

Color information

#DD211E (or 0xDD211E) is unknown color: approx Persian Red. HEX triplet: DD, 21 and 1E. RGB value is (221,33,30). Sum of RGB (Red+Green+Blue) = 221+33+30=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD211E is #22DEE1. Grayscale: #595959. Windows color (decimal): -2285282 or 1974749. OLE color: 1974749.

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

Color convert

RGB2213330-
CMYK00.850.860.13
HSL0.94º76.1%49.22%-
HSV(B)0.94º86.43%86.67%-
XYZ30.616.552.81-
YUV88.8794.78222.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.82%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=77.82%
G=11.62%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221333000.850.860.130.9476.149.22
HexDD211E05556D14c31
Octal3354136012512615111461
Binary1101110110000111110010101011010110110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD211E; }

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

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

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

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

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

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

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

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