Shades of Alizarin #DF262A
Tints of Alizarin #DF262A
RGB
CMYK
RGB Variations
Color information
#DF262A (or 0xDF262A) is known color: Alizarin. HEX triplet: DF, 26 and 2A. RGB value is (223,38,42). Sum of RGB (Red+Green+Blue) = 223+38+42=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF262A is #20D9D5. Grayscale: #5D5D5D. Windows color (decimal): -2152918 or 2762463. OLE color: 2762463.
HSL color Cylindrical-coordinate representation of color #DF262A: hue angle of 358.7º 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 #DF262A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.13 |
| HSL | 358.7º | 0.74% | 0.51% | - |
| HSV(B) | 358.7º | 0.83% | 0.87% | - |
| XYZ | 31.54 | 17.24 | 3.86 | - |
| YUV | 93.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 42 | 0 | 0.83 | 0.81 | 0.13 | 358.7 | 0.74 | 0.51 |
| Hex | DF | 26 | 2A | 0 | 53 | 51 | D | 167 | 4A | 33 |
| Octal | 337 | 46 | 52 | 0 | 123 | 121 | 15 | 547 | 112 | 63 |
| Binary | 11011111 | 100110 | 101010 | 0 | 1010011 | 1010001 | 1101 | 101100111 | 1001010 | 110011 |
Color Harmonies of #DF262A
Complementary color
Monochromatic Colors of #DF262A
Black with #DF262A
Text Example
Text Example
White with #DF262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF262A; }
p { color: rgb(223,38,42); }
H1.HeaderClassName
{
color: #DF262A;
}
.AnyTagClassName
{
color: #DF262A;
}
</style>
background-color css
<style>
a { background-color: #DF262A; }
a { background-color: rgb(223,38,42); }
div.DivClassName
{
background-color: #DF262A;
}
.BgClassName
{
background-color: #DF262A;
}
</style>
border-color css
<style>
span { border-color: #DF262A; }
span { border-color: rgb(223,38,42); }
td.TdClassName
{
border-color: #DF262A;
}
.TagClassName
{
border-color: #DF262A;
}
</style>