Shades of Alizarin #DF2F3E
Tints of Alizarin #DF2F3E
RGB
CMYK
RGB Variations
Color information
#DF2F3E (or 0xDF2F3E) is known color: Alizarin. HEX triplet: DF, 2F and 3E. RGB value is (223,47,62). Sum of RGB (Red+Green+Blue) = 223+47+62=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F3E is #20D0C1. Grayscale: #656565. Windows color (decimal): -2150594 or 4075487. OLE color: 4075487.
HSL color Cylindrical-coordinate representation of color #DF2F3E: hue angle of 354.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 47 | 62 | - |
CMYK | 0 | 0.79 | 0.72 | 0.13 |
HSL | 354.89º | 0.73% | 0.53% | - |
HSV(B) | 354.89º | 0.79% | 0.87% | - |
XYZ | 32.32 | 18.07 | 6.34 | - |
YUV | 101.33 | 105.81 | 214.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 47 | 62 | 0 | 0.79 | 0.72 | 0.13 | 354.89 | 0.73 | 0.53 |
Hex | DF | 2F | 3E | 0 | 4F | 48 | D | 163 | 49 | 35 |
Octal | 337 | 57 | 76 | 0 | 117 | 110 | 15 | 543 | 111 | 65 |
Binary | 11011111 | 101111 | 111110 | 0 | 1001111 | 1001000 | 1101 | 101100011 | 1001001 | 110101 |
Color Harmonies of #DF2F3E
Complementary color
Monochromatic Colors of #DF2F3E
Black with #DF2F3E
Text Example
Text Example
White with #DF2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F3E; }
p { color: rgb(223,47,62); }
H1.HeaderClassName
{
color: #DF2F3E;
}
.AnyTagClassName
{
color: #DF2F3E;
}
</style>
background-color css
<style>
a { background-color: #DF2F3E; }
a { background-color: rgb(223,47,62); }
div.DivClassName
{
background-color: #DF2F3E;
}
.BgClassName
{
background-color: #DF2F3E;
}
</style>
border-color css
<style>
span { border-color: #DF2F3E; }
span { border-color: rgb(223,47,62); }
td.TdClassName
{
border-color: #DF2F3E;
}
.TagClassName
{
border-color: #DF2F3E;
}
</style>