Shades of Alizarin #DF2B36
Tints of Alizarin #DF2B36
RGB
CMYK
RGB Variations
Color information
#DF2B36 (or 0xDF2B36) is known color: Alizarin. HEX triplet: DF, 2B and 36. RGB value is (223,43,54). Sum of RGB (Red+Green+Blue) = 223+43+54=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B36 is #20D4C9. Grayscale: #626262. Windows color (decimal): -2151626 or 3550175. OLE color: 3550175.
HSL color Cylindrical-coordinate representation of color #DF2B36: hue angle of 356.33º 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 #DF2B36 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 54 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.13 |
| HSL | 356.33º | 0.74% | 0.52% | - |
| HSV(B) | 356.33º | 0.81% | 0.87% | - |
| XYZ | 31.96 | 17.68 | 5.22 | - |
| YUV | 98.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 54 | 0 | 0.81 | 0.76 | 0.13 | 356.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 36 | 0 | 51 | 4C | D | 164 | 4A | 34 |
| Octal | 337 | 53 | 66 | 0 | 121 | 114 | 15 | 544 | 112 | 64 |
| Binary | 11011111 | 101011 | 110110 | 0 | 1010001 | 1001100 | 1101 | 101100100 | 1001010 | 110100 |
Color Harmonies of #DF2B36
Complementary color
Monochromatic Colors of #DF2B36
Black with #DF2B36
Text Example
Text Example
White with #DF2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B36; }
p { color: rgb(223,43,54); }
H1.HeaderClassName
{
color: #DF2B36;
}
.AnyTagClassName
{
color: #DF2B36;
}
</style>
background-color css
<style>
a { background-color: #DF2B36; }
a { background-color: rgb(223,43,54); }
div.DivClassName
{
background-color: #DF2B36;
}
.BgClassName
{
background-color: #DF2B36;
}
</style>
border-color css
<style>
span { border-color: #DF2B36; }
span { border-color: rgb(223,43,54); }
td.TdClassName
{
border-color: #DF2B36;
}
.TagClassName
{
border-color: #DF2B36;
}
</style>