Shades of Alizarin #DF2B2F
Tints of Alizarin #DF2B2F
RGB
CMYK
RGB Variations
Color information
#DF2B2F (or 0xDF2B2F) is known color: Alizarin. HEX triplet: DF, 2B and 2F. RGB value is (223,43,47). Sum of RGB (Red+Green+Blue) = 223+43+47=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B2F is #20D4D0. Grayscale: #616161. Windows color (decimal): -2151633 or 3091423. OLE color: 3091423.
HSL color Cylindrical-coordinate representation of color #DF2B2F: hue angle of 358.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B2F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.13 |
| HSL | 358.67º | 0.74% | 0.52% | - |
| HSV(B) | 358.67º | 0.81% | 0.87% | - |
| XYZ | 31.81 | 17.62 | 4.41 | - |
| YUV | 97.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 47 | 0 | 0.81 | 0.79 | 0.13 | 358.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 2F | 0 | 51 | 4F | D | 167 | 4A | 34 |
| Octal | 337 | 53 | 57 | 0 | 121 | 117 | 15 | 547 | 112 | 64 |
| Binary | 11011111 | 101011 | 101111 | 0 | 1010001 | 1001111 | 1101 | 101100111 | 1001010 | 110100 |
Color Harmonies of #DF2B2F
Complementary color
Monochromatic Colors of #DF2B2F
Black with #DF2B2F
Text Example
Text Example
White with #DF2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B2F; }
p { color: rgb(223,43,47); }
H1.HeaderClassName
{
color: #DF2B2F;
}
.AnyTagClassName
{
color: #DF2B2F;
}
</style>
background-color css
<style>
a { background-color: #DF2B2F; }
a { background-color: rgb(223,43,47); }
div.DivClassName
{
background-color: #DF2B2F;
}
.BgClassName
{
background-color: #DF2B2F;
}
</style>
border-color css
<style>
span { border-color: #DF2B2F; }
span { border-color: rgb(223,43,47); }
td.TdClassName
{
border-color: #DF2B2F;
}
.TagClassName
{
border-color: #DF2B2F;
}
</style>