Shades of Alizarin #DF3A41
Tints of Alizarin #DF3A41
RGB
CMYK
RGB Variations
Color information
#DF3A41 (or 0xDF3A41) is known color: Alizarin. HEX triplet: DF, 3A and 41. RGB value is (223,58,65). Sum of RGB (Red+Green+Blue) = 223+58+65=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A41 is #20C5BE. Grayscale: #6C6C6C. Windows color (decimal): -2147775 or 4274911. OLE color: 4274911.
HSL color Cylindrical-coordinate representation of color #DF3A41: hue angle of 357.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3A41 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 65 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.13 |
| HSL | 357.45º | 0.72% | 0.55% | - |
| HSV(B) | 357.45º | 0.74% | 0.87% | - |
| XYZ | 32.9 | 19.1 | 6.95 | - |
| YUV | 108.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 65 | 0 | 0.74 | 0.71 | 0.13 | 357.45 | 0.72 | 0.55 |
| Hex | DF | 3A | 41 | 0 | 4A | 47 | D | 165 | 48 | 37 |
| Octal | 337 | 72 | 101 | 0 | 112 | 107 | 15 | 545 | 110 | 67 |
| Binary | 11011111 | 111010 | 1000001 | 0 | 1001010 | 1000111 | 1101 | 101100101 | 1001000 | 110111 |
Color Harmonies of #DF3A41
Complementary color
Monochromatic Colors of #DF3A41
Black with #DF3A41
Text Example
Text Example
White with #DF3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A41; }
p { color: rgb(223,58,65); }
H1.HeaderClassName
{
color: #DF3A41;
}
.AnyTagClassName
{
color: #DF3A41;
}
</style>
background-color css
<style>
a { background-color: #DF3A41; }
a { background-color: rgb(223,58,65); }
div.DivClassName
{
background-color: #DF3A41;
}
.BgClassName
{
background-color: #DF3A41;
}
</style>
border-color css
<style>
span { border-color: #DF3A41; }
span { border-color: rgb(223,58,65); }
td.TdClassName
{
border-color: #DF3A41;
}
.TagClassName
{
border-color: #DF3A41;
}
</style>