Shades of Alizarin #D6272D
Tints of Alizarin #D6272D
RGB
CMYK
RGB Variations
Color information
#D6272D (or 0xD6272D) is known color: Alizarin. HEX triplet: D6, 27 and 2D. RGB value is (214,39,45). Sum of RGB (Red+Green+Blue) = 214+39+45=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6272D is #29D8D2. Grayscale: #5C5C5C. Windows color (decimal): -2742483 or 2959318. OLE color: 2959318.
HSL color Cylindrical-coordinate representation of color #D6272D: hue angle of 357.94º 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 #D6272D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.16 |
| HSL | 357.94º | 0.69% | 0.5% | - |
| HSV(B) | 357.94º | 0.82% | 0.84% | - |
| XYZ | 28.93 | 15.94 | 4.03 | - |
| YUV | 92.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 45 | 0 | 0.82 | 0.79 | 0.16 | 357.94 | 0.69 | 0.5 |
| Hex | D6 | 27 | 2D | 0 | 52 | 4F | 10 | 166 | 45 | 32 |
| Octal | 326 | 47 | 55 | 0 | 122 | 117 | 20 | 546 | 105 | 62 |
| Binary | 11010110 | 100111 | 101101 | 0 | 1010010 | 1001111 | 10000 | 101100110 | 1000101 | 110010 |
Color Harmonies of #D6272D
Complementary color
Monochromatic Colors of #D6272D
Black with #D6272D
Text Example
Text Example
White with #D6272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6272D; }
p { color: rgb(214,39,45); }
H1.HeaderClassName
{
color: #D6272D;
}
.AnyTagClassName
{
color: #D6272D;
}
</style>
background-color css
<style>
a { background-color: #D6272D; }
a { background-color: rgb(214,39,45); }
div.DivClassName
{
background-color: #D6272D;
}
.BgClassName
{
background-color: #D6272D;
}
</style>
border-color css
<style>
span { border-color: #D6272D; }
span { border-color: rgb(214,39,45); }
td.TdClassName
{
border-color: #D6272D;
}
.TagClassName
{
border-color: #D6272D;
}
</style>