Shades of Alizarin #D6233A
Tints of Alizarin #D6233A
RGB
CMYK
RGB Variations
Color information
#D6233A (or 0xD6233A) is known color: Alizarin. HEX triplet: D6, 23 and 3A. RGB value is (214,35,58). Sum of RGB (Red+Green+Blue) = 214+35+58=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6233A is #29DCC5. Grayscale: #5B5B5B. Windows color (decimal): -2743494 or 3810262. OLE color: 3810262.
HSL color Cylindrical-coordinate representation of color #D6233A: hue angle of 352.29º 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 #D6233A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 58 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.16 |
| HSL | 352.29º | 0.72% | 0.49% | - |
| HSV(B) | 352.29º | 0.84% | 0.84% | - |
| XYZ | 29.1 | 15.8 | 5.52 | - |
| YUV | 91.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 58 | 0 | 0.84 | 0.73 | 0.16 | 352.29 | 0.72 | 0.49 |
| Hex | D6 | 23 | 3A | 0 | 54 | 49 | 10 | 160 | 48 | 31 |
| Octal | 326 | 43 | 72 | 0 | 124 | 111 | 20 | 540 | 110 | 61 |
| Binary | 11010110 | 100011 | 111010 | 0 | 1010100 | 1001001 | 10000 | 101100000 | 1001000 | 110001 |
Color Harmonies of #D6233A
Complementary color
Monochromatic Colors of #D6233A
Black with #D6233A
Text Example
Text Example
White with #D6233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6233A; }
p { color: rgb(214,35,58); }
H1.HeaderClassName
{
color: #D6233A;
}
.AnyTagClassName
{
color: #D6233A;
}
</style>
background-color css
<style>
a { background-color: #D6233A; }
a { background-color: rgb(214,35,58); }
div.DivClassName
{
background-color: #D6233A;
}
.BgClassName
{
background-color: #D6233A;
}
</style>
border-color css
<style>
span { border-color: #D6233A; }
span { border-color: rgb(214,35,58); }
td.TdClassName
{
border-color: #D6233A;
}
.TagClassName
{
border-color: #D6233A;
}
</style>