Shades of Alizarin #D5232D
Tints of Alizarin #D5232D
RGB
CMYK
RGB Variations
Color information
#D5232D (or 0xD5232D) is known color: Alizarin. HEX triplet: D5, 23 and 2D. RGB value is (213,35,45). Sum of RGB (Red+Green+Blue) = 213+35+45=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232D is #2ADCD2. Grayscale: #595959. Windows color (decimal): -2809043 or 2958293. OLE color: 2958293.
HSL color Cylindrical-coordinate representation of color #D5232D: hue angle of 356.63º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5232D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.16 |
| HSL | 356.63º | 0.72% | 0.49% | - |
| HSV(B) | 356.63º | 0.84% | 0.84% | - |
| XYZ | 28.52 | 15.54 | 3.98 | - |
| YUV | 89.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 45 | 0 | 0.84 | 0.79 | 0.16 | 356.63 | 0.72 | 0.49 |
| Hex | D5 | 23 | 2D | 0 | 54 | 4F | 10 | 165 | 48 | 31 |
| Octal | 325 | 43 | 55 | 0 | 124 | 117 | 20 | 545 | 110 | 61 |
| Binary | 11010101 | 100011 | 101101 | 0 | 1010100 | 1001111 | 10000 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D5232D
Complementary color
Monochromatic Colors of #D5232D
Black with #D5232D
Text Example
Text Example
White with #D5232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5232D; }
p { color: rgb(213,35,45); }
H1.HeaderClassName
{
color: #D5232D;
}
.AnyTagClassName
{
color: #D5232D;
}
</style>
background-color css
<style>
a { background-color: #D5232D; }
a { background-color: rgb(213,35,45); }
div.DivClassName
{
background-color: #D5232D;
}
.BgClassName
{
background-color: #D5232D;
}
</style>
border-color css
<style>
span { border-color: #D5232D; }
span { border-color: rgb(213,35,45); }
td.TdClassName
{
border-color: #D5232D;
}
.TagClassName
{
border-color: #D5232D;
}
</style>