Shades of Alizarin #DF383E
Tints of Alizarin #DF383E
RGB
CMYK
RGB Variations
Color information
#DF383E (or 0xDF383E) is known color: Alizarin. HEX triplet: DF, 38 and 3E. RGB value is (223,56,62). Sum of RGB (Red+Green+Blue) = 223+56+62=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF383E is #20C7C1. Grayscale: #6A6A6A. Windows color (decimal): -2148290 or 4077791. OLE color: 4077791.
HSL color Cylindrical-coordinate representation of color #DF383E: hue angle of 357.84º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF383E is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 62 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.13 |
| HSL | 357.84º | 0.72% | 0.55% | - |
| HSV(B) | 357.84º | 0.75% | 0.87% | - |
| XYZ | 32.72 | 18.86 | 6.47 | - |
| YUV | 106.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 62 | 0 | 0.75 | 0.72 | 0.13 | 357.84 | 0.72 | 0.55 |
| Hex | DF | 38 | 3E | 0 | 4B | 48 | D | 166 | 48 | 37 |
| Octal | 337 | 70 | 76 | 0 | 113 | 110 | 15 | 546 | 110 | 67 |
| Binary | 11011111 | 111000 | 111110 | 0 | 1001011 | 1001000 | 1101 | 101100110 | 1001000 | 110111 |
Color Harmonies of #DF383E
Complementary color
Monochromatic Colors of #DF383E
Black with #DF383E
Text Example
Text Example
White with #DF383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF383E; }
p { color: rgb(223,56,62); }
H1.HeaderClassName
{
color: #DF383E;
}
.AnyTagClassName
{
color: #DF383E;
}
</style>
background-color css
<style>
a { background-color: #DF383E; }
a { background-color: rgb(223,56,62); }
div.DivClassName
{
background-color: #DF383E;
}
.BgClassName
{
background-color: #DF383E;
}
</style>
border-color css
<style>
span { border-color: #DF383E; }
span { border-color: rgb(223,56,62); }
td.TdClassName
{
border-color: #DF383E;
}
.TagClassName
{
border-color: #DF383E;
}
</style>