Shades of Alizarin #D5272A
Tints of Alizarin #D5272A
RGB
CMYK
RGB Variations
Color information
#D5272A (or 0xD5272A) is known color: Alizarin. HEX triplet: D5, 27 and 2A. RGB value is (213,39,42). Sum of RGB (Red+Green+Blue) = 213+39+42=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5272A is #2AD8D5. Grayscale: #5B5B5B. Windows color (decimal): -2808022 or 2762709. OLE color: 2762709.
HSL color Cylindrical-coordinate representation of color #D5272A: hue angle of 358.97º 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 #D5272A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 42 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.16 |
| HSL | 358.97º | 0.69% | 0.49% | - |
| HSV(B) | 358.97º | 0.82% | 0.84% | - |
| XYZ | 28.58 | 15.76 | 3.73 | - |
| YUV | 91.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 42 | 0 | 0.82 | 0.80 | 0.16 | 358.97 | 0.69 | 0.49 |
| Hex | D5 | 27 | 2A | 0 | 52 | 50 | 10 | 167 | 45 | 31 |
| Octal | 325 | 47 | 52 | 0 | 122 | 120 | 20 | 547 | 105 | 61 |
| Binary | 11010101 | 100111 | 101010 | 0 | 1010010 | 1010000 | 10000 | 101100111 | 1000101 | 110001 |
Color Harmonies of #D5272A
Complementary color
Monochromatic Colors of #D5272A
Black with #D5272A
Text Example
Text Example
White with #D5272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5272A; }
p { color: rgb(213,39,42); }
H1.HeaderClassName
{
color: #D5272A;
}
.AnyTagClassName
{
color: #D5272A;
}
</style>
background-color css
<style>
a { background-color: #D5272A; }
a { background-color: rgb(213,39,42); }
div.DivClassName
{
background-color: #D5272A;
}
.BgClassName
{
background-color: #D5272A;
}
</style>
border-color css
<style>
span { border-color: #D5272A; }
span { border-color: rgb(213,39,42); }
td.TdClassName
{
border-color: #D5272A;
}
.TagClassName
{
border-color: #D5272A;
}
</style>