#D2232F

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

Shades of Alizarin #D2232F

Tints of Alizarin #D2232F

Color information

#D2232F (or 0xD2232F) is unknown color: approx Alizarin. HEX triplet: D2, 23 and 2F. RGB value is (210,35,47). Sum of RGB (Red+Green+Blue) = 210+35+47=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2232F is #2DDCD0. Grayscale: #585858. Windows color (decimal): -3005649 or 3089362. OLE color: 3089362.

HSL color Cylindrical-coordinate representation of color #D2232F: hue angle of 355.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2232F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2103547-
CMYK00.830.780.18
HSL355.89º71.43%48.04%-
HSV(B)355.89º83.33%82.35%-
XYZ27.6915.114.15-
YUV88.69104.48214.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.92%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=71.92%
G=11.99%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210354700.830.780.18355.8971.4348.04
HexD2232F0534E121644730
Octal322435701231162254410760
Binary11010010100011101111010100111001110100101011001001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2232F; }

 p { color: rgb(210,35,47); }

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

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

 a { background-color: rgb(210,35,47); }

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

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

 span { border-color: rgb(210,35,47); }

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