#DD1E1E

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

Shades of Persian Red #DD1E1E

Tints of Persian Red #DD1E1E

Color information

#DD1E1E (or 0xDD1E1E) is unknown color: approx Persian Red. HEX triplet: DD, 1E and 1E. RGB value is (221,30,30). Sum of RGB (Red+Green+Blue) = 221+30+30=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E1E is #22E1E1. Grayscale: #575757. Windows color (decimal): -2286050 or 1973981. OLE color: 1973981.

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

Color convert

RGB2213030-
CMYK00.860.860.13
HSL76.1%49.22%-
HSV(B)86.43%86.67%-
XYZ30.5216.392.78-
YUV87.1195.78223.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.65%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=78.65%
G=10.68%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221303000.860.860.13076.149.22
HexDD1E1E05656D04c31
Octal3353636012612615011461
Binary110111011111011110010101101010110110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E1E; }

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

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

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

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

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

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

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

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