Shades of Alizarin #DF232F
Tints of Alizarin #DF232F
RGB
CMYK
RGB Variations
Color information
#DF232F (or 0xDF232F) is known color: Alizarin. HEX triplet: DF, 23 and 2F. RGB value is (223,35,47). Sum of RGB (Red+Green+Blue) = 223+35+47=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF232F is #20DCD0. Grayscale: #5C5C5C. Windows color (decimal): -2153681 or 3089375. OLE color: 3089375.
HSL color Cylindrical-coordinate representation of color #DF232F: hue angle of 356.17º 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 #DF232F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.13 |
| HSL | 356.17º | 0.75% | 0.51% | - |
| HSV(B) | 356.17º | 0.84% | 0.87% | - |
| XYZ | 31.55 | 17.1 | 4.33 | - |
| YUV | 92.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 47 | 0 | 0.84 | 0.79 | 0.13 | 356.17 | 0.75 | 0.51 |
| Hex | DF | 23 | 2F | 0 | 54 | 4F | D | 164 | 4B | 33 |
| Octal | 337 | 43 | 57 | 0 | 124 | 117 | 15 | 544 | 113 | 63 |
| Binary | 11011111 | 100011 | 101111 | 0 | 1010100 | 1001111 | 1101 | 101100100 | 1001011 | 110011 |
Color Harmonies of #DF232F
Complementary color
Monochromatic Colors of #DF232F
Black with #DF232F
Text Example
Text Example
White with #DF232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF232F; }
p { color: rgb(223,35,47); }
H1.HeaderClassName
{
color: #DF232F;
}
.AnyTagClassName
{
color: #DF232F;
}
</style>
background-color css
<style>
a { background-color: #DF232F; }
a { background-color: rgb(223,35,47); }
div.DivClassName
{
background-color: #DF232F;
}
.BgClassName
{
background-color: #DF232F;
}
</style>
border-color css
<style>
span { border-color: #DF232F; }
span { border-color: rgb(223,35,47); }
td.TdClassName
{
border-color: #DF232F;
}
.TagClassName
{
border-color: #DF232F;
}
</style>