Shades of Alizarin #D5262C
Tints of Alizarin #D5262C
RGB
CMYK
RGB Variations
Color information
#D5262C (or 0xD5262C) is known color: Alizarin. HEX triplet: D5, 26 and 2C. RGB value is (213,38,44). Sum of RGB (Red+Green+Blue) = 213+38+44=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5262C is #2AD9D3. Grayscale: #5B5B5B. Windows color (decimal): -2808276 or 2893525. OLE color: 2893525.
HSL color Cylindrical-coordinate representation of color #D5262C: hue angle of 357.94º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5262C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.16 |
| HSL | 357.94º | 0.7% | 0.49% | - |
| HSV(B) | 357.94º | 0.82% | 0.84% | - |
| XYZ | 28.59 | 15.71 | 3.91 | - |
| YUV | 91.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 44 | 0 | 0.82 | 0.79 | 0.16 | 357.94 | 0.7 | 0.49 |
| Hex | D5 | 26 | 2C | 0 | 52 | 4F | 10 | 166 | 46 | 31 |
| Octal | 325 | 46 | 54 | 0 | 122 | 117 | 20 | 546 | 106 | 61 |
| Binary | 11010101 | 100110 | 101100 | 0 | 1010010 | 1001111 | 10000 | 101100110 | 1000110 | 110001 |
Color Harmonies of #D5262C
Complementary color
Monochromatic Colors of #D5262C
Black with #D5262C
Text Example
Text Example
White with #D5262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5262C; }
p { color: rgb(213,38,44); }
H1.HeaderClassName
{
color: #D5262C;
}
.AnyTagClassName
{
color: #D5262C;
}
</style>
background-color css
<style>
a { background-color: #D5262C; }
a { background-color: rgb(213,38,44); }
div.DivClassName
{
background-color: #D5262C;
}
.BgClassName
{
background-color: #D5262C;
}
</style>
border-color css
<style>
span { border-color: #D5262C; }
span { border-color: rgb(213,38,44); }
td.TdClassName
{
border-color: #D5262C;
}
.TagClassName
{
border-color: #D5262C;
}
</style>