Shades of Alizarin #D4262E
Tints of Alizarin #D4262E
RGB
CMYK
RGB Variations
Color information
#D4262E (or 0xD4262E) is known color: Alizarin. HEX triplet: D4, 26 and 2E. RGB value is (212,38,46). Sum of RGB (Red+Green+Blue) = 212+38+46=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4262E is #2BD9D1. Grayscale: #5B5B5B. Windows color (decimal): -2873810 or 3024596. OLE color: 3024596.
HSL color Cylindrical-coordinate representation of color #D4262E: hue angle of 357.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4262E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 46 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.17 |
| HSL | 357.24º | 0.7% | 0.49% | - |
| HSV(B) | 357.24º | 0.82% | 0.83% | - |
| XYZ | 28.34 | 15.58 | 4.1 | - |
| YUV | 90.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 46 | 0 | 0.82 | 0.78 | 0.17 | 357.24 | 0.7 | 0.49 |
| Hex | D4 | 26 | 2E | 0 | 52 | 4E | 11 | 165 | 46 | 31 |
| Octal | 324 | 46 | 56 | 0 | 122 | 116 | 21 | 545 | 106 | 61 |
| Binary | 11010100 | 100110 | 101110 | 0 | 1010010 | 1001110 | 10001 | 101100101 | 1000110 | 110001 |
Color Harmonies of #D4262E
Complementary color
Monochromatic Colors of #D4262E
Black with #D4262E
Text Example
Text Example
White with #D4262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4262E; }
p { color: rgb(212,38,46); }
H1.HeaderClassName
{
color: #D4262E;
}
.AnyTagClassName
{
color: #D4262E;
}
</style>
background-color css
<style>
a { background-color: #D4262E; }
a { background-color: rgb(212,38,46); }
div.DivClassName
{
background-color: #D4262E;
}
.BgClassName
{
background-color: #D4262E;
}
</style>
border-color css
<style>
span { border-color: #D4262E; }
span { border-color: rgb(212,38,46); }
td.TdClassName
{
border-color: #D4262E;
}
.TagClassName
{
border-color: #D4262E;
}
</style>