Shades of Alizarin #DF232E
Tints of Alizarin #DF232E
RGB
CMYK
RGB Variations
Color information
#DF232E (or 0xDF232E) is known color: Alizarin. HEX triplet: DF, 23 and 2E. RGB value is (223,35,46). Sum of RGB (Red+Green+Blue) = 223+35+46=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF232E is #20DCD1. Grayscale: #5C5C5C. Windows color (decimal): -2153682 or 3023839. OLE color: 3023839.
HSL color Cylindrical-coordinate representation of color #DF232E: hue angle of 356.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF232E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 46 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.13 |
| HSL | 356.49º | 0.75% | 0.51% | - |
| HSV(B) | 356.49º | 0.84% | 0.87% | - |
| XYZ | 31.53 | 17.09 | 4.22 | - |
| YUV | 92.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 46 | 0 | 0.84 | 0.79 | 0.13 | 356.49 | 0.75 | 0.51 |
| Hex | DF | 23 | 2E | 0 | 54 | 4F | D | 164 | 4B | 33 |
| Octal | 337 | 43 | 56 | 0 | 124 | 117 | 15 | 544 | 113 | 63 |
| Binary | 11011111 | 100011 | 101110 | 0 | 1010100 | 1001111 | 1101 | 101100100 | 1001011 | 110011 |
Color Harmonies of #DF232E
Complementary color
Monochromatic Colors of #DF232E
Black with #DF232E
Text Example
Text Example
White with #DF232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF232E; }
p { color: rgb(223,35,46); }
H1.HeaderClassName
{
color: #DF232E;
}
.AnyTagClassName
{
color: #DF232E;
}
</style>
background-color css
<style>
a { background-color: #DF232E; }
a { background-color: rgb(223,35,46); }
div.DivClassName
{
background-color: #DF232E;
}
.BgClassName
{
background-color: #DF232E;
}
</style>
border-color css
<style>
span { border-color: #DF232E; }
span { border-color: rgb(223,35,46); }
td.TdClassName
{
border-color: #DF232E;
}
.TagClassName
{
border-color: #DF232E;
}
</style>