Shades of Alizarin #D5253A
Tints of Alizarin #D5253A
RGB
CMYK
RGB Variations
Color information
#D5253A (or 0xD5253A) is known color: Alizarin. HEX triplet: D5, 25 and 3A. RGB value is (213,37,58). Sum of RGB (Red+Green+Blue) = 213+37+58=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5253A is #2ADAC5. Grayscale: #5C5C5C. Windows color (decimal): -2808518 or 3810773. OLE color: 3810773.
HSL color Cylindrical-coordinate representation of color #D5253A: hue angle of 352.84º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5253A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 58 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.16 |
| HSL | 352.84º | 0.7% | 0.49% | - |
| HSV(B) | 352.84º | 0.83% | 0.84% | - |
| XYZ | 28.87 | 15.77 | 5.53 | - |
| YUV | 92.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 58 | 0 | 0.83 | 0.73 | 0.16 | 352.84 | 0.7 | 0.49 |
| Hex | D5 | 25 | 3A | 0 | 53 | 49 | 10 | 161 | 46 | 31 |
| Octal | 325 | 45 | 72 | 0 | 123 | 111 | 20 | 541 | 106 | 61 |
| Binary | 11010101 | 100101 | 111010 | 0 | 1010011 | 1001001 | 10000 | 101100001 | 1000110 | 110001 |
Color Harmonies of #D5253A
Complementary color
Monochromatic Colors of #D5253A
Black with #D5253A
Text Example
Text Example
White with #D5253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5253A; }
p { color: rgb(213,37,58); }
H1.HeaderClassName
{
color: #D5253A;
}
.AnyTagClassName
{
color: #D5253A;
}
</style>
background-color css
<style>
a { background-color: #D5253A; }
a { background-color: rgb(213,37,58); }
div.DivClassName
{
background-color: #D5253A;
}
.BgClassName
{
background-color: #D5253A;
}
</style>
border-color css
<style>
span { border-color: #D5253A; }
span { border-color: rgb(213,37,58); }
td.TdClassName
{
border-color: #D5253A;
}
.TagClassName
{
border-color: #D5253A;
}
</style>