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