Shades of Alizarin #DF383F
Tints of Alizarin #DF383F
RGB
CMYK
RGB Variations
Color information
#DF383F (or 0xDF383F) is known color: Alizarin. HEX triplet: DF, 38 and 3F. RGB value is (223,56,63). Sum of RGB (Red+Green+Blue) = 223+56+63=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF383F is #20C7C0. Grayscale: #6A6A6A. Windows color (decimal): -2148289 or 4143327. OLE color: 4143327.
HSL color Cylindrical-coordinate representation of color #DF383F: hue angle of 357.49º 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 #DF383F is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 63 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.13 |
| HSL | 357.49º | 0.72% | 0.55% | - |
| HSV(B) | 357.49º | 0.75% | 0.87% | - |
| XYZ | 32.74 | 18.88 | 6.62 | - |
| YUV | 106.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 63 | 0 | 0.75 | 0.72 | 0.13 | 357.49 | 0.72 | 0.55 |
| Hex | DF | 38 | 3F | 0 | 4B | 48 | D | 165 | 48 | 37 |
| Octal | 337 | 70 | 77 | 0 | 113 | 110 | 15 | 545 | 110 | 67 |
| Binary | 11011111 | 111000 | 111111 | 0 | 1001011 | 1001000 | 1101 | 101100101 | 1001000 | 110111 |
Color Harmonies of #DF383F
Complementary color
Monochromatic Colors of #DF383F
Black with #DF383F
Text Example
Text Example
White with #DF383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF383F; }
p { color: rgb(223,56,63); }
H1.HeaderClassName
{
color: #DF383F;
}
.AnyTagClassName
{
color: #DF383F;
}
</style>
background-color css
<style>
a { background-color: #DF383F; }
a { background-color: rgb(223,56,63); }
div.DivClassName
{
background-color: #DF383F;
}
.BgClassName
{
background-color: #DF383F;
}
</style>
border-color css
<style>
span { border-color: #DF383F; }
span { border-color: rgb(223,56,63); }
td.TdClassName
{
border-color: #DF383F;
}
.TagClassName
{
border-color: #DF383F;
}
</style>