Shades of Alizarin #D42633
Tints of Alizarin #D42633
RGB
CMYK
RGB Variations
Color information
#D42633 (or 0xD42633) is known color: Alizarin. HEX triplet: D4, 26 and 33. RGB value is (212,38,51). Sum of RGB (Red+Green+Blue) = 212+38+51=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42633 is #2BD9CC. Grayscale: #5B5B5B. Windows color (decimal): -2873805 or 3352276. OLE color: 3352276.
HSL color Cylindrical-coordinate representation of color #D42633: hue angle of 355.52º 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 #D42633 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 51 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.17 |
| HSL | 355.52º | 0.7% | 0.49% | - |
| HSV(B) | 355.52º | 0.82% | 0.83% | - |
| XYZ | 28.44 | 15.62 | 4.65 | - |
| YUV | 91.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 51 | 0 | 0.82 | 0.76 | 0.17 | 355.52 | 0.7 | 0.49 |
| Hex | D4 | 26 | 33 | 0 | 52 | 4C | 11 | 164 | 46 | 31 |
| Octal | 324 | 46 | 63 | 0 | 122 | 114 | 21 | 544 | 106 | 61 |
| Binary | 11010100 | 100110 | 110011 | 0 | 1010010 | 1001100 | 10001 | 101100100 | 1000110 | 110001 |
Color Harmonies of #D42633
Complementary color
Monochromatic Colors of #D42633
Black with #D42633
Text Example
Text Example
White with #D42633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42633; }
p { color: rgb(212,38,51); }
H1.HeaderClassName
{
color: #D42633;
}
.AnyTagClassName
{
color: #D42633;
}
</style>
background-color css
<style>
a { background-color: #D42633; }
a { background-color: rgb(212,38,51); }
div.DivClassName
{
background-color: #D42633;
}
.BgClassName
{
background-color: #D42633;
}
</style>
border-color css
<style>
span { border-color: #D42633; }
span { border-color: rgb(212,38,51); }
td.TdClassName
{
border-color: #D42633;
}
.TagClassName
{
border-color: #D42633;
}
</style>