Shades of Alizarin #D52330
Tints of Alizarin #D52330
RGB
CMYK
RGB Variations
Color information
#D52330 (or 0xD52330) is known color: Alizarin. HEX triplet: D5, 23 and 30. RGB value is (213,35,48). Sum of RGB (Red+Green+Blue) = 213+35+48=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D52330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52330 is #2ADCCF. Grayscale: #595959. Windows color (decimal): -2809040 or 3154901. OLE color: 3154901.
HSL color Cylindrical-coordinate representation of color #D52330: hue angle of 355.62º 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 #D52330 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 48 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.16 |
| HSL | 355.62º | 0.72% | 0.49% | - |
| HSV(B) | 355.62º | 0.84% | 0.84% | - |
| XYZ | 28.58 | 15.56 | 4.29 | - |
| YUV | 89.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 48 | 0 | 0.84 | 0.77 | 0.16 | 355.62 | 0.72 | 0.49 |
| Hex | D5 | 23 | 30 | 0 | 54 | 4D | 10 | 164 | 48 | 31 |
| Octal | 325 | 43 | 60 | 0 | 124 | 115 | 20 | 544 | 110 | 61 |
| Binary | 11010101 | 100011 | 110000 | 0 | 1010100 | 1001101 | 10000 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D52330
Complementary color
Monochromatic Colors of #D52330
Black with #D52330
Text Example
Text Example
White with #D52330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52330; }
p { color: rgb(213,35,48); }
H1.HeaderClassName
{
color: #D52330;
}
.AnyTagClassName
{
color: #D52330;
}
</style>
background-color css
<style>
a { background-color: #D52330; }
a { background-color: rgb(213,35,48); }
div.DivClassName
{
background-color: #D52330;
}
.BgClassName
{
background-color: #D52330;
}
</style>
border-color css
<style>
span { border-color: #D52330; }
span { border-color: rgb(213,35,48); }
td.TdClassName
{
border-color: #D52330;
}
.TagClassName
{
border-color: #D52330;
}
</style>