Shades of Alizarin #D4262B
Tints of Alizarin #D4262B
RGB
CMYK
RGB Variations
Color information
#D4262B (or 0xD4262B) is known color: Alizarin. HEX triplet: D4, 26 and 2B. RGB value is (212,38,43). Sum of RGB (Red+Green+Blue) = 212+38+43=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4262B is #2BD9D4. Grayscale: #5A5A5A. Windows color (decimal): -2873813 or 2827988. OLE color: 2827988.
HSL color Cylindrical-coordinate representation of color #D4262B: hue angle of 358.28º 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 #D4262B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.17 |
| HSL | 358.28º | 0.7% | 0.49% | - |
| HSV(B) | 358.28º | 0.82% | 0.83% | - |
| XYZ | 28.28 | 15.56 | 3.8 | - |
| YUV | 90.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 43 | 0 | 0.82 | 0.80 | 0.17 | 358.28 | 0.7 | 0.49 |
| Hex | D4 | 26 | 2B | 0 | 52 | 50 | 11 | 166 | 46 | 31 |
| Octal | 324 | 46 | 53 | 0 | 122 | 120 | 21 | 546 | 106 | 61 |
| Binary | 11010100 | 100110 | 101011 | 0 | 1010010 | 1010000 | 10001 | 101100110 | 1000110 | 110001 |
Color Harmonies of #D4262B
Complementary color
Monochromatic Colors of #D4262B
Black with #D4262B
Text Example
Text Example
White with #D4262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4262B; }
p { color: rgb(212,38,43); }
H1.HeaderClassName
{
color: #D4262B;
}
.AnyTagClassName
{
color: #D4262B;
}
</style>
background-color css
<style>
a { background-color: #D4262B; }
a { background-color: rgb(212,38,43); }
div.DivClassName
{
background-color: #D4262B;
}
.BgClassName
{
background-color: #D4262B;
}
</style>
border-color css
<style>
span { border-color: #D4262B; }
span { border-color: rgb(212,38,43); }
td.TdClassName
{
border-color: #D4262B;
}
.TagClassName
{
border-color: #D4262B;
}
</style>