Shades of Alizarin #D4273A
Tints of Alizarin #D4273A
RGB
CMYK
RGB Variations
Color information
#D4273A (or 0xD4273A) is known color: Alizarin. HEX triplet: D4, 27 and 3A. RGB value is (212,39,58). Sum of RGB (Red+Green+Blue) = 212+39+58=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4273A is #2BD8C5. Grayscale: #5C5C5C. Windows color (decimal): -2873542 or 3811284. OLE color: 3811284.
HSL color Cylindrical-coordinate representation of color #D4273A: hue angle of 353.41º 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 #D4273A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 58 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.17 |
| HSL | 353.41º | 0.69% | 0.49% | - |
| HSV(B) | 353.41º | 0.82% | 0.83% | - |
| XYZ | 28.64 | 15.75 | 5.53 | - |
| YUV | 92.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 58 | 0 | 0.82 | 0.73 | 0.17 | 353.41 | 0.69 | 0.49 |
| Hex | D4 | 27 | 3A | 0 | 52 | 49 | 11 | 161 | 45 | 31 |
| Octal | 324 | 47 | 72 | 0 | 122 | 111 | 21 | 541 | 105 | 61 |
| Binary | 11010100 | 100111 | 111010 | 0 | 1010010 | 1001001 | 10001 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D4273A
Complementary color
Monochromatic Colors of #D4273A
Black with #D4273A
Text Example
Text Example
White with #D4273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4273A; }
p { color: rgb(212,39,58); }
H1.HeaderClassName
{
color: #D4273A;
}
.AnyTagClassName
{
color: #D4273A;
}
</style>
background-color css
<style>
a { background-color: #D4273A; }
a { background-color: rgb(212,39,58); }
div.DivClassName
{
background-color: #D4273A;
}
.BgClassName
{
background-color: #D4273A;
}
</style>
border-color css
<style>
span { border-color: #D4273A; }
span { border-color: rgb(212,39,58); }
td.TdClassName
{
border-color: #D4273A;
}
.TagClassName
{
border-color: #D4273A;
}
</style>