Shades of Alizarin #DF383D
Tints of Alizarin #DF383D
RGB
CMYK
RGB Variations
Color information
#DF383D (or 0xDF383D) is known color: Alizarin. HEX triplet: DF, 38 and 3D. RGB value is (223,56,61). Sum of RGB (Red+Green+Blue) = 223+56+61=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF383D is #20C7C2. Grayscale: #6A6A6A. Windows color (decimal): -2148291 or 4012255. OLE color: 4012255.
HSL color Cylindrical-coordinate representation of color #DF383D: hue angle of 358.2º 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 #DF383D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 61 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.13 |
| HSL | 358.2º | 0.72% | 0.55% | - |
| HSV(B) | 358.2º | 0.75% | 0.87% | - |
| XYZ | 32.69 | 18.85 | 6.33 | - |
| YUV | 106.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 61 | 0 | 0.75 | 0.73 | 0.13 | 358.2 | 0.72 | 0.55 |
| Hex | DF | 38 | 3D | 0 | 4B | 49 | D | 166 | 48 | 37 |
| Octal | 337 | 70 | 75 | 0 | 113 | 111 | 15 | 546 | 110 | 67 |
| Binary | 11011111 | 111000 | 111101 | 0 | 1001011 | 1001001 | 1101 | 101100110 | 1001000 | 110111 |
Color Harmonies of #DF383D
Complementary color
Monochromatic Colors of #DF383D
Black with #DF383D
Text Example
Text Example
White with #DF383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF383D; }
p { color: rgb(223,56,61); }
H1.HeaderClassName
{
color: #DF383D;
}
.AnyTagClassName
{
color: #DF383D;
}
</style>
background-color css
<style>
a { background-color: #DF383D; }
a { background-color: rgb(223,56,61); }
div.DivClassName
{
background-color: #DF383D;
}
.BgClassName
{
background-color: #DF383D;
}
</style>
border-color css
<style>
span { border-color: #DF383D; }
span { border-color: rgb(223,56,61); }
td.TdClassName
{
border-color: #DF383D;
}
.TagClassName
{
border-color: #DF383D;
}
</style>