Shades of Alizarin #DF233E
Tints of Alizarin #DF233E
RGB
CMYK
RGB Variations
Color information
#DF233E (or 0xDF233E) is known color: Alizarin. HEX triplet: DF, 23 and 3E. RGB value is (223,35,62). Sum of RGB (Red+Green+Blue) = 223+35+62=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF233E is #20DCC1. Grayscale: #5E5E5E. Windows color (decimal): -2153666 or 4072415. OLE color: 4072415.
HSL color Cylindrical-coordinate representation of color #DF233E: hue angle of 351.38º 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 #DF233E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.38º | 0.75% | 0.51% | - |
| HSV(B) | 351.38º | 0.84% | 0.87% | - |
| XYZ | 31.9 | 17.24 | 6.2 | - |
| YUV | 94.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 62 | 0 | 0.84 | 0.72 | 0.13 | 351.38 | 0.75 | 0.51 |
| Hex | DF | 23 | 3E | 0 | 54 | 48 | D | 15F | 4B | 33 |
| Octal | 337 | 43 | 76 | 0 | 124 | 110 | 15 | 537 | 113 | 63 |
| Binary | 11011111 | 100011 | 111110 | 0 | 1010100 | 1001000 | 1101 | 101011111 | 1001011 | 110011 |
Color Harmonies of #DF233E
Complementary color
Monochromatic Colors of #DF233E
Black with #DF233E
Text Example
Text Example
White with #DF233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF233E; }
p { color: rgb(223,35,62); }
H1.HeaderClassName
{
color: #DF233E;
}
.AnyTagClassName
{
color: #DF233E;
}
</style>
background-color css
<style>
a { background-color: #DF233E; }
a { background-color: rgb(223,35,62); }
div.DivClassName
{
background-color: #DF233E;
}
.BgClassName
{
background-color: #DF233E;
}
</style>
border-color css
<style>
span { border-color: #DF233E; }
span { border-color: rgb(223,35,62); }
td.TdClassName
{
border-color: #DF233E;
}
.TagClassName
{
border-color: #DF233E;
}
</style>