Shades of Alizarin #D5273C
Tints of Alizarin #D5273C
RGB
CMYK
RGB Variations
Color information
#D5273C (or 0xD5273C) is known color: Alizarin. HEX triplet: D5, 27 and 3C. RGB value is (213,39,60). Sum of RGB (Red+Green+Blue) = 213+39+60=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273C is #2AD8C3. Grayscale: #5D5D5D. Windows color (decimal): -2808004 or 3942357. OLE color: 3942357.
HSL color Cylindrical-coordinate representation of color #D5273C: hue angle of 352.76º 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 #D5273C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.16 |
| HSL | 352.76º | 0.69% | 0.49% | - |
| HSV(B) | 352.76º | 0.82% | 0.84% | - |
| XYZ | 28.98 | 15.92 | 5.82 | - |
| YUV | 93.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 60 | 0 | 0.82 | 0.72 | 0.16 | 352.76 | 0.69 | 0.49 |
| Hex | D5 | 27 | 3C | 0 | 52 | 48 | 10 | 161 | 45 | 31 |
| Octal | 325 | 47 | 74 | 0 | 122 | 110 | 20 | 541 | 105 | 61 |
| Binary | 11010101 | 100111 | 111100 | 0 | 1010010 | 1001000 | 10000 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D5273C
Complementary color
Monochromatic Colors of #D5273C
Black with #D5273C
Text Example
Text Example
White with #D5273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5273C; }
p { color: rgb(213,39,60); }
H1.HeaderClassName
{
color: #D5273C;
}
.AnyTagClassName
{
color: #D5273C;
}
</style>
background-color css
<style>
a { background-color: #D5273C; }
a { background-color: rgb(213,39,60); }
div.DivClassName
{
background-color: #D5273C;
}
.BgClassName
{
background-color: #D5273C;
}
</style>
border-color css
<style>
span { border-color: #D5273C; }
span { border-color: rgb(213,39,60); }
td.TdClassName
{
border-color: #D5273C;
}
.TagClassName
{
border-color: #D5273C;
}
</style>