Shades of Alizarin #D6272B
Tints of Alizarin #D6272B
RGB
CMYK
RGB Variations
Color information
#D6272B (or 0xD6272B) is known color: Alizarin. HEX triplet: D6, 27 and 2B. RGB value is (214,39,43). Sum of RGB (Red+Green+Blue) = 214+39+43=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6272B is #29D8D4. Grayscale: #5B5B5B. Windows color (decimal): -2742485 or 2828246. OLE color: 2828246.
HSL color Cylindrical-coordinate representation of color #D6272B: hue angle of 358.63º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6272B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.16 |
| HSL | 358.63º | 0.69% | 0.5% | - |
| HSV(B) | 358.63º | 0.82% | 0.84% | - |
| XYZ | 28.89 | 15.92 | 3.84 | - |
| YUV | 91.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 43 | 0 | 0.82 | 0.80 | 0.16 | 358.63 | 0.69 | 0.5 |
| Hex | D6 | 27 | 2B | 0 | 52 | 50 | 10 | 167 | 45 | 32 |
| Octal | 326 | 47 | 53 | 0 | 122 | 120 | 20 | 547 | 105 | 62 |
| Binary | 11010110 | 100111 | 101011 | 0 | 1010010 | 1010000 | 10000 | 101100111 | 1000101 | 110010 |
Color Harmonies of #D6272B
Complementary color
Monochromatic Colors of #D6272B
Black with #D6272B
Text Example
Text Example
White with #D6272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6272B; }
p { color: rgb(214,39,43); }
H1.HeaderClassName
{
color: #D6272B;
}
.AnyTagClassName
{
color: #D6272B;
}
</style>
background-color css
<style>
a { background-color: #D6272B; }
a { background-color: rgb(214,39,43); }
div.DivClassName
{
background-color: #D6272B;
}
.BgClassName
{
background-color: #D6272B;
}
</style>
border-color css
<style>
span { border-color: #D6272B; }
span { border-color: rgb(214,39,43); }
td.TdClassName
{
border-color: #D6272B;
}
.TagClassName
{
border-color: #D6272B;
}
</style>