Shades of Alizarin #D5232B
Tints of Alizarin #D5232B
RGB
CMYK
RGB Variations
Color information
#D5232B (or 0xD5232B) is known color: Alizarin. HEX triplet: D5, 23 and 2B. RGB value is (213,35,43). Sum of RGB (Red+Green+Blue) = 213+35+43=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232B is #2ADCD4. Grayscale: #595959. Windows color (decimal): -2809045 or 2827221. OLE color: 2827221.
HSL color Cylindrical-coordinate representation of color #D5232B: hue angle of 357.3º 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 #D5232B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.16 |
| HSL | 357.3º | 0.72% | 0.49% | - |
| HSV(B) | 357.3º | 0.84% | 0.84% | - |
| XYZ | 28.48 | 15.52 | 3.78 | - |
| YUV | 89.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 43 | 0 | 0.84 | 0.80 | 0.16 | 357.3 | 0.72 | 0.49 |
| Hex | D5 | 23 | 2B | 0 | 54 | 50 | 10 | 165 | 48 | 31 |
| Octal | 325 | 43 | 53 | 0 | 124 | 120 | 20 | 545 | 110 | 61 |
| Binary | 11010101 | 100011 | 101011 | 0 | 1010100 | 1010000 | 10000 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D5232B
Complementary color
Monochromatic Colors of #D5232B
Black with #D5232B
Text Example
Text Example
White with #D5232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5232B; }
p { color: rgb(213,35,43); }
H1.HeaderClassName
{
color: #D5232B;
}
.AnyTagClassName
{
color: #D5232B;
}
</style>
background-color css
<style>
a { background-color: #D5232B; }
a { background-color: rgb(213,35,43); }
div.DivClassName
{
background-color: #D5232B;
}
.BgClassName
{
background-color: #D5232B;
}
</style>
border-color css
<style>
span { border-color: #D5232B; }
span { border-color: rgb(213,35,43); }
td.TdClassName
{
border-color: #D5232B;
}
.TagClassName
{
border-color: #D5232B;
}
</style>