Shades of Alizarin #D42730
Tints of Alizarin #D42730
RGB
CMYK
RGB Variations
Color information
#D42730 (or 0xD42730) is known color: Alizarin. HEX triplet: D4, 27 and 30. RGB value is (212,39,48). Sum of RGB (Red+Green+Blue) = 212+39+48=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D42730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42730 is #2BD8CF. Grayscale: #5B5B5B. Windows color (decimal): -2873552 or 3155924. OLE color: 3155924.
HSL color Cylindrical-coordinate representation of color #D42730: hue angle of 356.88º degrees, saturation: 0.69, 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 #D42730 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 48 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.17 |
| HSL | 356.88º | 0.69% | 0.49% | - |
| HSV(B) | 356.88º | 0.82% | 0.83% | - |
| XYZ | 28.41 | 15.66 | 4.32 | - |
| YUV | 91.75 | 103.31 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 48 | 0 | 0.82 | 0.77 | 0.17 | 356.88 | 0.69 | 0.49 |
| Hex | D4 | 27 | 30 | 0 | 52 | 4D | 11 | 165 | 45 | 31 |
| Octal | 324 | 47 | 60 | 0 | 122 | 115 | 21 | 545 | 105 | 61 |
| Binary | 11010100 | 100111 | 110000 | 0 | 1010010 | 1001101 | 10001 | 101100101 | 1000101 | 110001 |
Color Harmonies of #D42730
Complementary color
Monochromatic Colors of #D42730
Black with #D42730
Text Example
Text Example
White with #D42730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42730; }
p { color: rgb(212,39,48); }
H1.HeaderClassName
{
color: #D42730;
}
.AnyTagClassName
{
color: #D42730;
}
</style>
background-color css
<style>
a { background-color: #D42730; }
a { background-color: rgb(212,39,48); }
div.DivClassName
{
background-color: #D42730;
}
.BgClassName
{
background-color: #D42730;
}
</style>
border-color css
<style>
span { border-color: #D42730; }
span { border-color: rgb(212,39,48); }
td.TdClassName
{
border-color: #D42730;
}
.TagClassName
{
border-color: #D42730;
}
</style>