Shades of Alizarin #DF3038
Tints of Alizarin #DF3038
RGB
CMYK
RGB Variations
Color information
#DF3038 (or 0xDF3038) is known color: Alizarin. HEX triplet: DF, 30 and 38. RGB value is (223,48,56). Sum of RGB (Red+Green+Blue) = 223+48+56=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3038 is #20CFC7. Grayscale: #656565. Windows color (decimal): -2150344 or 3682527. OLE color: 3682527.
HSL color Cylindrical-coordinate representation of color #DF3038: hue angle of 357.26º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3038 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 56 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.13 |
| HSL | 357.26º | 0.73% | 0.53% | - |
| HSV(B) | 357.26º | 0.78% | 0.87% | - |
| XYZ | 32.2 | 18.09 | 5.54 | - |
| YUV | 101.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 56 | 0 | 0.78 | 0.75 | 0.13 | 357.26 | 0.73 | 0.53 |
| Hex | DF | 30 | 38 | 0 | 4E | 4B | D | 165 | 49 | 35 |
| Octal | 337 | 60 | 70 | 0 | 116 | 113 | 15 | 545 | 111 | 65 |
| Binary | 11011111 | 110000 | 111000 | 0 | 1001110 | 1001011 | 1101 | 101100101 | 1001001 | 110101 |
Color Harmonies of #DF3038
Complementary color
Monochromatic Colors of #DF3038
Black with #DF3038
Text Example
Text Example
White with #DF3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3038; }
p { color: rgb(223,48,56); }
H1.HeaderClassName
{
color: #DF3038;
}
.AnyTagClassName
{
color: #DF3038;
}
</style>
background-color css
<style>
a { background-color: #DF3038; }
a { background-color: rgb(223,48,56); }
div.DivClassName
{
background-color: #DF3038;
}
.BgClassName
{
background-color: #DF3038;
}
</style>
border-color css
<style>
span { border-color: #DF3038; }
span { border-color: rgb(223,48,56); }
td.TdClassName
{
border-color: #DF3038;
}
.TagClassName
{
border-color: #DF3038;
}
</style>