Shades of Alizarin #D7243E
Tints of Alizarin #D7243E
RGB
CMYK
RGB Variations
Color information
#D7243E (or 0xD7243E) is known color: Alizarin. HEX triplet: D7, 24 and 3E. RGB value is (215,36,62). Sum of RGB (Red+Green+Blue) = 215+36+62=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7243E is #28DBC1. Grayscale: #5C5C5C. Windows color (decimal): -2677698 or 4072663. OLE color: 4072663.
HSL color Cylindrical-coordinate representation of color #D7243E: hue angle of 351.28º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7243E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 62 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.16 |
| HSL | 351.28º | 0.71% | 0.49% | - |
| HSV(B) | 351.28º | 0.83% | 0.84% | - |
| XYZ | 29.52 | 16.06 | 6.1 | - |
| YUV | 92.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 62 | 0 | 0.83 | 0.71 | 0.16 | 351.28 | 0.71 | 0.49 |
| Hex | D7 | 24 | 3E | 0 | 53 | 47 | 10 | 15F | 47 | 31 |
| Octal | 327 | 44 | 76 | 0 | 123 | 107 | 20 | 537 | 107 | 61 |
| Binary | 11010111 | 100100 | 111110 | 0 | 1010011 | 1000111 | 10000 | 101011111 | 1000111 | 110001 |
Color Harmonies of #D7243E
Complementary color
Monochromatic Colors of #D7243E
Black with #D7243E
Text Example
Text Example
White with #D7243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7243E; }
p { color: rgb(215,36,62); }
H1.HeaderClassName
{
color: #D7243E;
}
.AnyTagClassName
{
color: #D7243E;
}
</style>
background-color css
<style>
a { background-color: #D7243E; }
a { background-color: rgb(215,36,62); }
div.DivClassName
{
background-color: #D7243E;
}
.BgClassName
{
background-color: #D7243E;
}
</style>
border-color css
<style>
span { border-color: #D7243E; }
span { border-color: rgb(215,36,62); }
td.TdClassName
{
border-color: #D7243E;
}
.TagClassName
{
border-color: #D7243E;
}
</style>