#DD221E

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

Shades of Persian Red #DD221E

Tints of Persian Red #DD221E

Color information

#DD221E (or 0xDD221E) is unknown color: approx Persian Red. HEX triplet: DD, 22 and 1E. RGB value is (221,34,30). Sum of RGB (Red+Green+Blue) = 221+34+30=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD221E is #22DDE1. Grayscale: #595959. Windows color (decimal): -2285026 or 1975005. OLE color: 1975005.

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

Color convert

RGB2213430-
CMYK00.850.860.13
HSL1.26º76.1%49.22%-
HSV(B)1.26º86.43%86.67%-
XYZ30.6316.612.82-
YUV89.4694.45221.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.54%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=77.54%
G=11.93%
B=10.53%

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
Decimal221343000.850.860.131.2676.149.22
HexDD221E05556D14c31
Octal3354236012512615111461
Binary1101110110001011110010101011010110110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD221E; }

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

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

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

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

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

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

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

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