#DD2E25

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

Shades of Persian Red #DD2E25

Tints of Persian Red #DD2E25

Color information

#DD2E25 (or 0xDD2E25) is unknown color: approx Persian Red. HEX triplet: DD, 2E and 25. RGB value is (221,46,37). Sum of RGB (Red+Green+Blue) = 221+46+37=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E25 is #22D1DA. Grayscale: #616161. Windows color (decimal): -2281947 or 2436829. OLE color: 2436829.

HSL color Cylindrical-coordinate representation of color #DD2E25: hue angle of 2.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2E25 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2214637-
CMYK00.790.830.13
HSL2.93º73.02%50.59%-
HSV(B)2.93º83.26%86.67%-
XYZ31.1317.463.48-
YUV97.393.98216.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.70%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=72.70%
G=15.13%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221463700.790.830.132.9373.0250.59
HexDD2E2504F53D34933
Octal3355645011712315311163
Binary110111011011101001010100111110100111101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2E25; }

 p { color: rgb(221,46,37); }

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

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

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

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

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

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

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