Shades of Alizarin #DF262D
Tints of Alizarin #DF262D
RGB
CMYK
RGB Variations
Color information
#DF262D (or 0xDF262D) is known color: Alizarin. HEX triplet: DF, 26 and 2D. RGB value is (223,38,45). Sum of RGB (Red+Green+Blue) = 223+38+45=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF262D is #20D9D2. Grayscale: #5E5E5E. Windows color (decimal): -2152915 or 2959071. OLE color: 2959071.
HSL color Cylindrical-coordinate representation of color #DF262D: hue angle of 357.73º 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 #DF262D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 45 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.13 |
| HSL | 357.73º | 0.74% | 0.51% | - |
| HSV(B) | 357.73º | 0.83% | 0.87% | - |
| XYZ | 31.6 | 17.26 | 4.15 | - |
| YUV | 94.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 45 | 0 | 0.83 | 0.80 | 0.13 | 357.73 | 0.74 | 0.51 |
| Hex | DF | 26 | 2D | 0 | 53 | 50 | D | 166 | 4A | 33 |
| Octal | 337 | 46 | 55 | 0 | 123 | 120 | 15 | 546 | 112 | 63 |
| Binary | 11011111 | 100110 | 101101 | 0 | 1010011 | 1010000 | 1101 | 101100110 | 1001010 | 110011 |
Color Harmonies of #DF262D
Complementary color
Monochromatic Colors of #DF262D
Black with #DF262D
Text Example
Text Example
White with #DF262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF262D; }
p { color: rgb(223,38,45); }
H1.HeaderClassName
{
color: #DF262D;
}
.AnyTagClassName
{
color: #DF262D;
}
</style>
background-color css
<style>
a { background-color: #DF262D; }
a { background-color: rgb(223,38,45); }
div.DivClassName
{
background-color: #DF262D;
}
.BgClassName
{
background-color: #DF262D;
}
</style>
border-color css
<style>
span { border-color: #DF262D; }
span { border-color: rgb(223,38,45); }
td.TdClassName
{
border-color: #DF262D;
}
.TagClassName
{
border-color: #DF262D;
}
</style>