Shades of Alizarin #D6243B
Tints of Alizarin #D6243B
RGB
CMYK
RGB Variations
Color information
#D6243B (or 0xD6243B) is known color: Alizarin. HEX triplet: D6, 24 and 3B. RGB value is (214,36,59). Sum of RGB (Red+Green+Blue) = 214+36+59=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6243B is #29DBC4. Grayscale: #5B5B5B. Windows color (decimal): -2743237 or 3876054. OLE color: 3876054.
HSL color Cylindrical-coordinate representation of color #D6243B: hue angle of 352.25º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6243B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 59 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.16 |
| HSL | 352.25º | 0.71% | 0.49% | - |
| HSV(B) | 352.25º | 0.83% | 0.84% | - |
| XYZ | 29.15 | 15.87 | 5.67 | - |
| YUV | 91.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 59 | 0 | 0.83 | 0.72 | 0.16 | 352.25 | 0.71 | 0.49 |
| Hex | D6 | 24 | 3B | 0 | 53 | 48 | 10 | 160 | 47 | 31 |
| Octal | 326 | 44 | 73 | 0 | 123 | 110 | 20 | 540 | 107 | 61 |
| Binary | 11010110 | 100100 | 111011 | 0 | 1010011 | 1001000 | 10000 | 101100000 | 1000111 | 110001 |
Color Harmonies of #D6243B
Complementary color
Monochromatic Colors of #D6243B
Black with #D6243B
Text Example
Text Example
White with #D6243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6243B; }
p { color: rgb(214,36,59); }
H1.HeaderClassName
{
color: #D6243B;
}
.AnyTagClassName
{
color: #D6243B;
}
</style>
background-color css
<style>
a { background-color: #D6243B; }
a { background-color: rgb(214,36,59); }
div.DivClassName
{
background-color: #D6243B;
}
.BgClassName
{
background-color: #D6243B;
}
</style>
border-color css
<style>
span { border-color: #D6243B; }
span { border-color: rgb(214,36,59); }
td.TdClassName
{
border-color: #D6243B;
}
.TagClassName
{
border-color: #D6243B;
}
</style>