#DD3231

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

Shades of Persian Red #DD3231

Tints of Persian Red #DD3231

Color information

#DD3231 (or 0xDD3231) is unknown color: approx Persian Red. HEX triplet: DD, 32 and 31. RGB value is (221,50,49). Sum of RGB (Red+Green+Blue) = 221+50+49=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3231 is #22CDCE. Grayscale: #656565. Windows color (decimal): -2280911 or 3224285. OLE color: 3224285.

HSL color Cylindrical-coordinate representation of color #DD3231: hue angle of 0.35º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3231 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB2215049-
CMYK00.770.780.13
HSL0.35º71.67%52.94%-
HSV(B)0.35º77.83%86.67%-
XYZ31.5117.884.7-
YUV101.0198.65213.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.06%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=69.06%
G=15.62%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221504900.770.780.130.3571.6752.94
HexDD323104D4ED04835
Octal3356261011511615011065
Binary11011101110010110001010011011001110110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3231; }

 p { color: rgb(221,50,49); }

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

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

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

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

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

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

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