Shades of Alizarin #D7233B
Tints of Alizarin #D7233B
RGB
CMYK
RGB Variations
Color information
#D7233B (or 0xD7233B) is known color: Alizarin. HEX triplet: D7, 23 and 3B. RGB value is (215,35,59). Sum of RGB (Red+Green+Blue) = 215+35+59=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7233B is #28DCC4. Grayscale: #5B5B5B. Windows color (decimal): -2677957 or 3875799. OLE color: 3875799.
HSL color Cylindrical-coordinate representation of color #D7233B: hue angle of 352º 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 #D7233B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 59 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.16 |
| HSL | 352º | 0.72% | 0.49% | - |
| HSV(B) | 352º | 0.84% | 0.84% | - |
| XYZ | 29.41 | 15.96 | 5.67 | - |
| YUV | 91.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 59 | 0 | 0.84 | 0.73 | 0.16 | 352 | 0.72 | 0.49 |
| Hex | D7 | 23 | 3B | 0 | 54 | 49 | 10 | 160 | 48 | 31 |
| Octal | 327 | 43 | 73 | 0 | 124 | 111 | 20 | 540 | 110 | 61 |
| Binary | 11010111 | 100011 | 111011 | 0 | 1010100 | 1001001 | 10000 | 101100000 | 1001000 | 110001 |
Color Harmonies of #D7233B
Complementary color
Monochromatic Colors of #D7233B
Black with #D7233B
Text Example
Text Example
White with #D7233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7233B; }
p { color: rgb(215,35,59); }
H1.HeaderClassName
{
color: #D7233B;
}
.AnyTagClassName
{
color: #D7233B;
}
</style>
background-color css
<style>
a { background-color: #D7233B; }
a { background-color: rgb(215,35,59); }
div.DivClassName
{
background-color: #D7233B;
}
.BgClassName
{
background-color: #D7233B;
}
</style>
border-color css
<style>
span { border-color: #D7233B; }
span { border-color: rgb(215,35,59); }
td.TdClassName
{
border-color: #D7233B;
}
.TagClassName
{
border-color: #D7233B;
}
</style>