#DD243F

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

Shades of Alizarin #DD243F

Tints of Alizarin #DD243F

Color information

#DD243F (or 0xDD243F) is unknown color: approx Alizarin. HEX triplet: DD, 24 and 3F. RGB value is (221,36,63). Sum of RGB (Red+Green+Blue) = 221+36+63=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD243F is #22DBC0. Grayscale: #5E5E5E. Windows color (decimal): -2284481 or 4138205. OLE color: 4138205.

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

Color convert

RGB2213663-
CMYK00.840.710.13
HSL351.24º73.12%50.39%-
HSV(B)351.24º83.71%86.67%-
XYZ31.3516.996.33-
YUV94.39110.29218.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.06%
GREEN value IS 36 (14.45% from 255) = 11.25%
BLUE value IS 63 (25% from 255) = 19.69%
R=69.06%
G=11.25%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221366300.840.710.13351.2473.1250.39
HexDD243F05447D15f4932
Octal335447701241071553711162
Binary1101110110010011111101010100100011111011010111111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD243F; }

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

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

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

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

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

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

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

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