#DD243E

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

Shades of Alizarin #DD243E

Tints of Alizarin #DD243E

Color information

#DD243E (or 0xDD243E) is unknown color: approx Alizarin. HEX triplet: DD, 24 and 3E. RGB value is (221,36,62). Sum of RGB (Red+Green+Blue) = 221+36+62=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD243E is #22DBC1. Grayscale: #5E5E5E. Windows color (decimal): -2284482 or 4072669. OLE color: 4072669.

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

Color convert

RGB2213662-
CMYK00.840.720.13
HSL351.57º73.12%50.39%-
HSV(B)351.57º83.71%86.67%-
XYZ31.3216.986.18-
YUV94.28109.79218.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.28%
GREEN value IS 36 (14.45% from 255) = 11.29%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=69.28%
G=11.29%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221366200.840.720.13351.5773.1250.39
HexDD243E05448D1604932
Octal335447601241101554011162
Binary1101110110010011111001010100100100011011011000001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD243E; }

 p { color: rgb(221,36,62); }

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

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

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

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

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

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

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