Shades of Alizarin #D5272C
Tints of Alizarin #D5272C
RGB
CMYK
RGB Variations
Color information
#D5272C (or 0xD5272C) is known color: Alizarin. HEX triplet: D5, 27 and 2C. RGB value is (213,39,44). Sum of RGB (Red+Green+Blue) = 213+39+44=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5272C is #2AD8D3. Grayscale: #5B5B5B. Windows color (decimal): -2808020 or 2893781. OLE color: 2893781.
HSL color Cylindrical-coordinate representation of color #D5272C: hue angle of 358.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5272C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.16 |
| HSL | 358.28º | 0.69% | 0.49% | - |
| HSV(B) | 358.28º | 0.82% | 0.84% | - |
| XYZ | 28.62 | 15.78 | 3.92 | - |
| YUV | 91.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 44 | 0 | 0.82 | 0.79 | 0.16 | 358.28 | 0.69 | 0.49 |
| Hex | D5 | 27 | 2C | 0 | 52 | 4F | 10 | 166 | 45 | 31 |
| Octal | 325 | 47 | 54 | 0 | 122 | 117 | 20 | 546 | 105 | 61 |
| Binary | 11010101 | 100111 | 101100 | 0 | 1010010 | 1001111 | 10000 | 101100110 | 1000101 | 110001 |
Color Harmonies of #D5272C
Complementary color
Monochromatic Colors of #D5272C
Black with #D5272C
Text Example
Text Example
White with #D5272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5272C; }
p { color: rgb(213,39,44); }
H1.HeaderClassName
{
color: #D5272C;
}
.AnyTagClassName
{
color: #D5272C;
}
</style>
background-color css
<style>
a { background-color: #D5272C; }
a { background-color: rgb(213,39,44); }
div.DivClassName
{
background-color: #D5272C;
}
.BgClassName
{
background-color: #D5272C;
}
</style>
border-color css
<style>
span { border-color: #D5272C; }
span { border-color: rgb(213,39,44); }
td.TdClassName
{
border-color: #D5272C;
}
.TagClassName
{
border-color: #D5272C;
}
</style>