Shades of Alizarin #DF262E
Tints of Alizarin #DF262E
RGB
CMYK
RGB Variations
Color information
#DF262E (or 0xDF262E) is known color: Alizarin. HEX triplet: DF, 26 and 2E. RGB value is (223,38,46). Sum of RGB (Red+Green+Blue) = 223+38+46=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF262E is #20D9D1. Grayscale: #5E5E5E. Windows color (decimal): -2152914 or 3024607. OLE color: 3024607.
HSL color Cylindrical-coordinate representation of color #DF262E: hue angle of 357.41º 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 #DF262E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 46 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.13 |
| HSL | 357.41º | 0.74% | 0.51% | - |
| HSV(B) | 357.41º | 0.83% | 0.87% | - |
| XYZ | 31.62 | 17.27 | 4.25 | - |
| YUV | 94.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 46 | 0 | 0.83 | 0.79 | 0.13 | 357.41 | 0.74 | 0.51 |
| Hex | DF | 26 | 2E | 0 | 53 | 4F | D | 165 | 4A | 33 |
| Octal | 337 | 46 | 56 | 0 | 123 | 117 | 15 | 545 | 112 | 63 |
| Binary | 11011111 | 100110 | 101110 | 0 | 1010011 | 1001111 | 1101 | 101100101 | 1001010 | 110011 |
Color Harmonies of #DF262E
Complementary color
Monochromatic Colors of #DF262E
Black with #DF262E
Text Example
Text Example
White with #DF262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF262E; }
p { color: rgb(223,38,46); }
H1.HeaderClassName
{
color: #DF262E;
}
.AnyTagClassName
{
color: #DF262E;
}
</style>
background-color css
<style>
a { background-color: #DF262E; }
a { background-color: rgb(223,38,46); }
div.DivClassName
{
background-color: #DF262E;
}
.BgClassName
{
background-color: #DF262E;
}
</style>
border-color css
<style>
span { border-color: #DF262E; }
span { border-color: rgb(223,38,46); }
td.TdClassName
{
border-color: #DF262E;
}
.TagClassName
{
border-color: #DF262E;
}
</style>