Shades of Alizarin #D7253A
Tints of Alizarin #D7253A
RGB
CMYK
RGB Variations
Color information
#D7253A (or 0xD7253A) is known color: Alizarin. HEX triplet: D7, 25 and 3A. RGB value is (215,37,58). Sum of RGB (Red+Green+Blue) = 215+37+58=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7253A is #28DAC5. Grayscale: #5C5C5C. Windows color (decimal): -2677446 or 3810775. OLE color: 3810775.
HSL color Cylindrical-coordinate representation of color #D7253A: hue angle of 352.92º degrees, saturation: 0.71, 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 #D7253A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 58 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.16 |
| HSL | 352.92º | 0.71% | 0.49% | - |
| HSV(B) | 352.92º | 0.83% | 0.84% | - |
| XYZ | 29.45 | 16.08 | 5.55 | - |
| YUV | 92.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 58 | 0 | 0.83 | 0.73 | 0.16 | 352.92 | 0.71 | 0.49 |
| Hex | D7 | 25 | 3A | 0 | 53 | 49 | 10 | 161 | 47 | 31 |
| Octal | 327 | 45 | 72 | 0 | 123 | 111 | 20 | 541 | 107 | 61 |
| Binary | 11010111 | 100101 | 111010 | 0 | 1010011 | 1001001 | 10000 | 101100001 | 1000111 | 110001 |
Color Harmonies of #D7253A
Complementary color
Monochromatic Colors of #D7253A
Black with #D7253A
Text Example
Text Example
White with #D7253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7253A; }
p { color: rgb(215,37,58); }
H1.HeaderClassName
{
color: #D7253A;
}
.AnyTagClassName
{
color: #D7253A;
}
</style>
background-color css
<style>
a { background-color: #D7253A; }
a { background-color: rgb(215,37,58); }
div.DivClassName
{
background-color: #D7253A;
}
.BgClassName
{
background-color: #D7253A;
}
</style>
border-color css
<style>
span { border-color: #D7253A; }
span { border-color: rgb(215,37,58); }
td.TdClassName
{
border-color: #D7253A;
}
.TagClassName
{
border-color: #D7253A;
}
</style>