Shades of Alizarin #D6232D
Tints of Alizarin #D6232D
RGB
CMYK
RGB Variations
Color information
#D6232D (or 0xD6232D) is known color: Alizarin. HEX triplet: D6, 23 and 2D. RGB value is (214,35,45). Sum of RGB (Red+Green+Blue) = 214+35+45=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6232D is #29DCD2. Grayscale: #595959. Windows color (decimal): -2743507 or 2958294. OLE color: 2958294.
HSL color Cylindrical-coordinate representation of color #D6232D: hue angle of 356.65º 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 #D6232D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.16 |
| HSL | 356.65º | 0.72% | 0.49% | - |
| HSV(B) | 356.65º | 0.84% | 0.84% | - |
| XYZ | 28.81 | 15.69 | 3.99 | - |
| YUV | 89.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 45 | 0 | 0.84 | 0.79 | 0.16 | 356.65 | 0.72 | 0.49 |
| Hex | D6 | 23 | 2D | 0 | 54 | 4F | 10 | 165 | 48 | 31 |
| Octal | 326 | 43 | 55 | 0 | 124 | 117 | 20 | 545 | 110 | 61 |
| Binary | 11010110 | 100011 | 101101 | 0 | 1010100 | 1001111 | 10000 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D6232D
Complementary color
Monochromatic Colors of #D6232D
Black with #D6232D
Text Example
Text Example
White with #D6232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6232D; }
p { color: rgb(214,35,45); }
H1.HeaderClassName
{
color: #D6232D;
}
.AnyTagClassName
{
color: #D6232D;
}
</style>
background-color css
<style>
a { background-color: #D6232D; }
a { background-color: rgb(214,35,45); }
div.DivClassName
{
background-color: #D6232D;
}
.BgClassName
{
background-color: #D6232D;
}
</style>
border-color css
<style>
span { border-color: #D6232D; }
span { border-color: rgb(214,35,45); }
td.TdClassName
{
border-color: #D6232D;
}
.TagClassName
{
border-color: #D6232D;
}
</style>