Shades of Alizarin #D5243D
Tints of Alizarin #D5243D
RGB
CMYK
RGB Variations
Color information
#D5243D (or 0xD5243D) is known color: Alizarin. HEX triplet: D5, 24 and 3D. RGB value is (213,36,61). Sum of RGB (Red+Green+Blue) = 213+36+61=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5243D is #2ADBC2. Grayscale: #5B5B5B. Windows color (decimal): -2808771 or 4007125. OLE color: 4007125.
HSL color Cylindrical-coordinate representation of color #D5243D: hue angle of 351.53º 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 #D5243D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 61 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.16 |
| HSL | 351.53º | 0.71% | 0.49% | - |
| HSV(B) | 351.53º | 0.83% | 0.84% | - |
| XYZ | 28.91 | 15.74 | 5.93 | - |
| YUV | 91.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 61 | 0 | 0.83 | 0.71 | 0.16 | 351.53 | 0.71 | 0.49 |
| Hex | D5 | 24 | 3D | 0 | 53 | 47 | 10 | 160 | 47 | 31 |
| Octal | 325 | 44 | 75 | 0 | 123 | 107 | 20 | 540 | 107 | 61 |
| Binary | 11010101 | 100100 | 111101 | 0 | 1010011 | 1000111 | 10000 | 101100000 | 1000111 | 110001 |
Color Harmonies of #D5243D
Complementary color
Monochromatic Colors of #D5243D
Black with #D5243D
Text Example
Text Example
White with #D5243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5243D; }
p { color: rgb(213,36,61); }
H1.HeaderClassName
{
color: #D5243D;
}
.AnyTagClassName
{
color: #D5243D;
}
</style>
background-color css
<style>
a { background-color: #D5243D; }
a { background-color: rgb(213,36,61); }
div.DivClassName
{
background-color: #D5243D;
}
.BgClassName
{
background-color: #D5243D;
}
</style>
border-color css
<style>
span { border-color: #D5243D; }
span { border-color: rgb(213,36,61); }
td.TdClassName
{
border-color: #D5243D;
}
.TagClassName
{
border-color: #D5243D;
}
</style>