Shades of Alizarin #D7252D
Tints of Alizarin #D7252D
RGB
CMYK
RGB Variations
Color information
#D7252D (or 0xD7252D) is known color: Alizarin. HEX triplet: D7, 25 and 2D. RGB value is (215,37,45). Sum of RGB (Red+Green+Blue) = 215+37+45=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7252D is #28DAD2. Grayscale: #5B5B5B. Windows color (decimal): -2677459 or 2958807. OLE color: 2958807.
HSL color Cylindrical-coordinate representation of color #D7252D: hue angle of 357.3º 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 #D7252D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.16 |
| HSL | 357.3º | 0.71% | 0.49% | - |
| HSV(B) | 357.3º | 0.83% | 0.84% | - |
| XYZ | 29.16 | 15.96 | 4.03 | - |
| YUV | 91.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 45 | 0 | 0.83 | 0.79 | 0.16 | 357.3 | 0.71 | 0.49 |
| Hex | D7 | 25 | 2D | 0 | 53 | 4F | 10 | 165 | 47 | 31 |
| Octal | 327 | 45 | 55 | 0 | 123 | 117 | 20 | 545 | 107 | 61 |
| Binary | 11010111 | 100101 | 101101 | 0 | 1010011 | 1001111 | 10000 | 101100101 | 1000111 | 110001 |
Color Harmonies of #D7252D
Complementary color
Monochromatic Colors of #D7252D
Black with #D7252D
Text Example
Text Example
White with #D7252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7252D; }
p { color: rgb(215,37,45); }
H1.HeaderClassName
{
color: #D7252D;
}
.AnyTagClassName
{
color: #D7252D;
}
</style>
background-color css
<style>
a { background-color: #D7252D; }
a { background-color: rgb(215,37,45); }
div.DivClassName
{
background-color: #D7252D;
}
.BgClassName
{
background-color: #D7252D;
}
</style>
border-color css
<style>
span { border-color: #D7252D; }
span { border-color: rgb(215,37,45); }
td.TdClassName
{
border-color: #D7252D;
}
.TagClassName
{
border-color: #D7252D;
}
</style>