Shades of Alizarin #DF273A
Tints of Alizarin #DF273A
RGB
CMYK
RGB Variations
Color information
#DF273A (or 0xDF273A) is known color: Alizarin. HEX triplet: DF, 27 and 3A. RGB value is (223,39,58). Sum of RGB (Red+Green+Blue) = 223+39+58=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF273A is #20D8C5. Grayscale: #606060. Windows color (decimal): -2152646 or 3811295. OLE color: 3811295.
HSL color Cylindrical-coordinate representation of color #DF273A: hue angle of 353.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF273A is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 58 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.13 |
| HSL | 353.8º | 0.74% | 0.51% | - |
| HSV(B) | 353.8º | 0.83% | 0.87% | - |
| XYZ | 31.92 | 17.44 | 5.69 | - |
| YUV | 96.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 58 | 0 | 0.83 | 0.74 | 0.13 | 353.8 | 0.74 | 0.51 |
| Hex | DF | 27 | 3A | 0 | 53 | 4A | D | 162 | 4A | 33 |
| Octal | 337 | 47 | 72 | 0 | 123 | 112 | 15 | 542 | 112 | 63 |
| Binary | 11011111 | 100111 | 111010 | 0 | 1010011 | 1001010 | 1101 | 101100010 | 1001010 | 110011 |
Color Harmonies of #DF273A
Complementary color
Monochromatic Colors of #DF273A
Black with #DF273A
Text Example
Text Example
White with #DF273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF273A; }
p { color: rgb(223,39,58); }
H1.HeaderClassName
{
color: #DF273A;
}
.AnyTagClassName
{
color: #DF273A;
}
</style>
background-color css
<style>
a { background-color: #DF273A; }
a { background-color: rgb(223,39,58); }
div.DivClassName
{
background-color: #DF273A;
}
.BgClassName
{
background-color: #DF273A;
}
</style>
border-color css
<style>
span { border-color: #DF273A; }
span { border-color: rgb(223,39,58); }
td.TdClassName
{
border-color: #DF273A;
}
.TagClassName
{
border-color: #DF273A;
}
</style>