Shades of Alizarin #D7233F
Tints of Alizarin #D7233F
RGB
CMYK
RGB Variations
Color information
#D7233F (or 0xD7233F) is known color: Alizarin. HEX triplet: D7, 23 and 3F. RGB value is (215,35,63). Sum of RGB (Red+Green+Blue) = 215+35+63=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7233F is #28DCC0. Grayscale: #5C5C5C. Windows color (decimal): -2677953 or 4137943. OLE color: 4137943.
HSL color Cylindrical-coordinate representation of color #D7233F: hue angle of 350.67º 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 #D7233F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.16 |
| HSL | 350.67º | 0.72% | 0.49% | - |
| HSV(B) | 350.67º | 0.84% | 0.84% | - |
| XYZ | 29.52 | 16.01 | 6.24 | - |
| YUV | 92.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 63 | 0 | 0.84 | 0.71 | 0.16 | 350.67 | 0.72 | 0.49 |
| Hex | D7 | 23 | 3F | 0 | 54 | 47 | 10 | 15F | 48 | 31 |
| Octal | 327 | 43 | 77 | 0 | 124 | 107 | 20 | 537 | 110 | 61 |
| Binary | 11010111 | 100011 | 111111 | 0 | 1010100 | 1000111 | 10000 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D7233F
Complementary color
Monochromatic Colors of #D7233F
Black with #D7233F
Text Example
Text Example
White with #D7233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7233F; }
p { color: rgb(215,35,63); }
H1.HeaderClassName
{
color: #D7233F;
}
.AnyTagClassName
{
color: #D7233F;
}
</style>
background-color css
<style>
a { background-color: #D7233F; }
a { background-color: rgb(215,35,63); }
div.DivClassName
{
background-color: #D7233F;
}
.BgClassName
{
background-color: #D7233F;
}
</style>
border-color css
<style>
span { border-color: #D7233F; }
span { border-color: rgb(215,35,63); }
td.TdClassName
{
border-color: #D7233F;
}
.TagClassName
{
border-color: #D7233F;
}
</style>