#DD2E29

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

Shades of Persian Red #DD2E29

Tints of Persian Red #DD2E29

Color information

#DD2E29 (or 0xDD2E29) is unknown color: approx Persian Red. HEX triplet: DD, 2E and 29. RGB value is (221,46,41). Sum of RGB (Red+Green+Blue) = 221+46+41=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E29 is #22D1D6. Grayscale: #616161. Windows color (decimal): -2281943 or 2698973. OLE color: 2698973.

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

Color convert

RGB2214641-
CMYK00.790.810.13
HSL1.67º72.58%51.37%-
HSV(B)1.67º81.45%86.67%-
XYZ31.217.493.83-
YUV97.7695.98215.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.75%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=71.75%
G=14.94%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221464100.790.810.131.6772.5851.37
HexDD2E2904F51D24933
Octal3355651011712115211163
Binary110111011011101010010100111110100011101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2E29; }

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

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

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

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

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

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

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

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