#D9232C

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

Shades of Alizarin #D9232C

Tints of Alizarin #D9232C

Color information

#D9232C (or 0xD9232C) is unknown color: approx Alizarin. HEX triplet: D9, 23 and 2C. RGB value is (217,35,44). Sum of RGB (Red+Green+Blue) = 217+35+44=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9232C is #26DCD3. Grayscale: #5A5A5A. Windows color (decimal): -2546900 or 2892761. OLE color: 2892761.

HSL color Cylindrical-coordinate representation of color #D9232C: hue angle of 357.03º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9232C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2173544-
CMYK00.840.800.15
HSL357.03º72.22%49.41%-
HSV(B)357.03º83.87%85.1%-
XYZ29.6716.143.93-
YUV90.44101.8218.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.31%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=73.31%
G=11.82%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217354400.840.800.15357.0372.2249.41
HexD9232C05450F1654831
Octal331435401241201754511061
Binary1101100110001110110001010100101000011111011001011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9232C; }

 p { color: rgb(217,35,44); }

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

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

 a { background-color: rgb(217,35,44); }

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

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

 span { border-color: rgb(217,35,44); }

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