#DD252E

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

Shades of Alizarin #DD252E

Tints of Alizarin #DD252E

Color information

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

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

Color convert

RGB2213746-
CMYK00.830.790.13
HSL357.07º73.02%50.59%-
HSV(B)357.07º83.26%86.67%-
XYZ30.9716.894.21-
YUV93.04101.46219.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221374600.830.790.13357.0773.0250.59
HexDD252E0534FD1654933
Octal335455601231171554511163
Binary1101110110010110111001010011100111111011011001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD252E; }

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

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

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

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

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

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

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

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