Shades of Alizarin #D6232F
Tints of Alizarin #D6232F
RGB
CMYK
RGB Variations
Color information
#D6232F (or 0xD6232F) is known color: Alizarin. HEX triplet: D6, 23 and 2F. RGB value is (214,35,47). Sum of RGB (Red+Green+Blue) = 214+35+47=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6232F is #29DCD0. Grayscale: #5A5A5A. Windows color (decimal): -2743505 or 3089366. OLE color: 3089366.
HSL color Cylindrical-coordinate representation of color #D6232F: hue angle of 355.98º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6232F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.16 |
| HSL | 355.98º | 0.72% | 0.49% | - |
| HSV(B) | 355.98º | 0.84% | 0.84% | - |
| XYZ | 28.85 | 15.7 | 4.2 | - |
| YUV | 89.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 47 | 0 | 0.84 | 0.78 | 0.16 | 355.98 | 0.72 | 0.49 |
| Hex | D6 | 23 | 2F | 0 | 54 | 4E | 10 | 164 | 48 | 31 |
| Octal | 326 | 43 | 57 | 0 | 124 | 116 | 20 | 544 | 110 | 61 |
| Binary | 11010110 | 100011 | 101111 | 0 | 1010100 | 1001110 | 10000 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D6232F
Complementary color
Monochromatic Colors of #D6232F
Black with #D6232F
Text Example
Text Example
White with #D6232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6232F; }
p { color: rgb(214,35,47); }
H1.HeaderClassName
{
color: #D6232F;
}
.AnyTagClassName
{
color: #D6232F;
}
</style>
background-color css
<style>
a { background-color: #D6232F; }
a { background-color: rgb(214,35,47); }
div.DivClassName
{
background-color: #D6232F;
}
.BgClassName
{
background-color: #D6232F;
}
</style>
border-color css
<style>
span { border-color: #D6232F; }
span { border-color: rgb(214,35,47); }
td.TdClassName
{
border-color: #D6232F;
}
.TagClassName
{
border-color: #D6232F;
}
</style>