Shades of Alizarin #D42639
Tints of Alizarin #D42639
RGB
CMYK
RGB Variations
Color information
#D42639 (or 0xD42639) is known color: Alizarin. HEX triplet: D4, 26 and 39. RGB value is (212,38,57). Sum of RGB (Red+Green+Blue) = 212+38+57=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D42639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42639 is #2BD9C6. Grayscale: #5C5C5C. Windows color (decimal): -2873799 or 3745492. OLE color: 3745492.
HSL color Cylindrical-coordinate representation of color #D42639: hue angle of 353.45º 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 #D42639 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 57 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.17 |
| HSL | 353.45º | 0.7% | 0.49% | - |
| HSV(B) | 353.45º | 0.82% | 0.83% | - |
| XYZ | 28.58 | 15.68 | 5.39 | - |
| YUV | 92.19 | 108.15 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 57 | 0 | 0.82 | 0.73 | 0.17 | 353.45 | 0.7 | 0.49 |
| Hex | D4 | 26 | 39 | 0 | 52 | 49 | 11 | 161 | 46 | 31 |
| Octal | 324 | 46 | 71 | 0 | 122 | 111 | 21 | 541 | 106 | 61 |
| Binary | 11010100 | 100110 | 111001 | 0 | 1010010 | 1001001 | 10001 | 101100001 | 1000110 | 110001 |
Color Harmonies of #D42639
Complementary color
Monochromatic Colors of #D42639
Black with #D42639
Text Example
Text Example
White with #D42639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42639; }
p { color: rgb(212,38,57); }
H1.HeaderClassName
{
color: #D42639;
}
.AnyTagClassName
{
color: #D42639;
}
</style>
background-color css
<style>
a { background-color: #D42639; }
a { background-color: rgb(212,38,57); }
div.DivClassName
{
background-color: #D42639;
}
.BgClassName
{
background-color: #D42639;
}
</style>
border-color css
<style>
span { border-color: #D42639; }
span { border-color: rgb(212,38,57); }
td.TdClassName
{
border-color: #D42639;
}
.TagClassName
{
border-color: #D42639;
}
</style>