Shades of Alizarin #D4262F
Tints of Alizarin #D4262F
RGB
CMYK
RGB Variations
Color information
#D4262F (or 0xD4262F) is known color: Alizarin. HEX triplet: D4, 26 and 2F. RGB value is (212,38,47). Sum of RGB (Red+Green+Blue) = 212+38+47=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D4262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4262F is #2BD9D0. Grayscale: #5B5B5B. Windows color (decimal): -2873809 or 3090132. OLE color: 3090132.
HSL color Cylindrical-coordinate representation of color #D4262F: hue angle of 356.9º 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 #D4262F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.17 |
| HSL | 356.9º | 0.7% | 0.49% | - |
| HSV(B) | 356.9º | 0.82% | 0.83% | - |
| XYZ | 28.36 | 15.59 | 4.2 | - |
| YUV | 91.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 47 | 0 | 0.82 | 0.78 | 0.17 | 356.9 | 0.7 | 0.49 |
| Hex | D4 | 26 | 2F | 0 | 52 | 4E | 11 | 165 | 46 | 31 |
| Octal | 324 | 46 | 57 | 0 | 122 | 116 | 21 | 545 | 106 | 61 |
| Binary | 11010100 | 100110 | 101111 | 0 | 1010010 | 1001110 | 10001 | 101100101 | 1000110 | 110001 |
Color Harmonies of #D4262F
Complementary color
Monochromatic Colors of #D4262F
Black with #D4262F
Text Example
Text Example
White with #D4262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4262F; }
p { color: rgb(212,38,47); }
H1.HeaderClassName
{
color: #D4262F;
}
.AnyTagClassName
{
color: #D4262F;
}
</style>
background-color css
<style>
a { background-color: #D4262F; }
a { background-color: rgb(212,38,47); }
div.DivClassName
{
background-color: #D4262F;
}
.BgClassName
{
background-color: #D4262F;
}
</style>
border-color css
<style>
span { border-color: #D4262F; }
span { border-color: rgb(212,38,47); }
td.TdClassName
{
border-color: #D4262F;
}
.TagClassName
{
border-color: #D4262F;
}
</style>