Shades of Alizarin #D6233B
Tints of Alizarin #D6233B
RGB
CMYK
RGB Variations
Color information
#D6233B (or 0xD6233B) is known color: Alizarin. HEX triplet: D6, 23 and 3B. RGB value is (214,35,59). Sum of RGB (Red+Green+Blue) = 214+35+59=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6233B is #29DCC4. Grayscale: #5B5B5B. Windows color (decimal): -2743493 or 3875798. OLE color: 3875798.
HSL color Cylindrical-coordinate representation of color #D6233B: hue angle of 351.96º 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 #D6233B is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 59 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.16 |
| HSL | 351.96º | 0.72% | 0.49% | - |
| HSV(B) | 351.96º | 0.84% | 0.84% | - |
| XYZ | 29.12 | 15.81 | 5.66 | - |
| YUV | 91.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 59 | 0 | 0.84 | 0.72 | 0.16 | 351.96 | 0.72 | 0.49 |
| Hex | D6 | 23 | 3B | 0 | 54 | 48 | 10 | 160 | 48 | 31 |
| Octal | 326 | 43 | 73 | 0 | 124 | 110 | 20 | 540 | 110 | 61 |
| Binary | 11010110 | 100011 | 111011 | 0 | 1010100 | 1001000 | 10000 | 101100000 | 1001000 | 110001 |
Color Harmonies of #D6233B
Complementary color
Monochromatic Colors of #D6233B
Black with #D6233B
Text Example
Text Example
White with #D6233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6233B; }
p { color: rgb(214,35,59); }
H1.HeaderClassName
{
color: #D6233B;
}
.AnyTagClassName
{
color: #D6233B;
}
</style>
background-color css
<style>
a { background-color: #D6233B; }
a { background-color: rgb(214,35,59); }
div.DivClassName
{
background-color: #D6233B;
}
.BgClassName
{
background-color: #D6233B;
}
</style>
border-color css
<style>
span { border-color: #D6233B; }
span { border-color: rgb(214,35,59); }
td.TdClassName
{
border-color: #D6233B;
}
.TagClassName
{
border-color: #D6233B;
}
</style>