Shades of Alizarin #D6232B
Tints of Alizarin #D6232B
RGB
CMYK
RGB Variations
Color information
#D6232B (or 0xD6232B) is known color: Alizarin. HEX triplet: D6, 23 and 2B. RGB value is (214,35,43). Sum of RGB (Red+Green+Blue) = 214+35+43=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6232B is #29DCD4. Grayscale: #595959. Windows color (decimal): -2743509 or 2827222. OLE color: 2827222.
HSL color Cylindrical-coordinate representation of color #D6232B: hue angle of 357.32º 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 #D6232B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.16 |
| HSL | 357.32º | 0.72% | 0.49% | - |
| HSV(B) | 357.32º | 0.84% | 0.84% | - |
| XYZ | 28.77 | 15.67 | 3.79 | - |
| YUV | 89.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 43 | 0 | 0.84 | 0.80 | 0.16 | 357.32 | 0.72 | 0.49 |
| Hex | D6 | 23 | 2B | 0 | 54 | 50 | 10 | 165 | 48 | 31 |
| Octal | 326 | 43 | 53 | 0 | 124 | 120 | 20 | 545 | 110 | 61 |
| Binary | 11010110 | 100011 | 101011 | 0 | 1010100 | 1010000 | 10000 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D6232B
Complementary color
Monochromatic Colors of #D6232B
Black with #D6232B
Text Example
Text Example
White with #D6232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6232B; }
p { color: rgb(214,35,43); }
H1.HeaderClassName
{
color: #D6232B;
}
.AnyTagClassName
{
color: #D6232B;
}
</style>
background-color css
<style>
a { background-color: #D6232B; }
a { background-color: rgb(214,35,43); }
div.DivClassName
{
background-color: #D6232B;
}
.BgClassName
{
background-color: #D6232B;
}
</style>
border-color css
<style>
span { border-color: #D6232B; }
span { border-color: rgb(214,35,43); }
td.TdClassName
{
border-color: #D6232B;
}
.TagClassName
{
border-color: #D6232B;
}
</style>