Shades of Alizarin #DF3338
Tints of Alizarin #DF3338
RGB
CMYK
RGB Variations
Color information
#DF3338 (or 0xDF3338) is known color: Alizarin. HEX triplet: DF, 33 and 38. RGB value is (223,51,56). Sum of RGB (Red+Green+Blue) = 223+51+56=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3338 is #20CCC7. Grayscale: #676767. Windows color (decimal): -2149576 or 3683295. OLE color: 3683295.
HSL color Cylindrical-coordinate representation of color #DF3338: hue angle of 358.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3338 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 56 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.13 |
| HSL | 358.26º | 0.73% | 0.54% | - |
| HSV(B) | 358.26º | 0.77% | 0.87% | - |
| XYZ | 32.33 | 18.34 | 5.58 | - |
| YUV | 103 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 56 | 0 | 0.77 | 0.75 | 0.13 | 358.26 | 0.73 | 0.54 |
| Hex | DF | 33 | 38 | 0 | 4D | 4B | D | 166 | 49 | 36 |
| Octal | 337 | 63 | 70 | 0 | 115 | 113 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110011 | 111000 | 0 | 1001101 | 1001011 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF3338
Complementary color
Monochromatic Colors of #DF3338
Black with #DF3338
Text Example
Text Example
White with #DF3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3338; }
p { color: rgb(223,51,56); }
H1.HeaderClassName
{
color: #DF3338;
}
.AnyTagClassName
{
color: #DF3338;
}
</style>
background-color css
<style>
a { background-color: #DF3338; }
a { background-color: rgb(223,51,56); }
div.DivClassName
{
background-color: #DF3338;
}
.BgClassName
{
background-color: #DF3338;
}
</style>
border-color css
<style>
span { border-color: #DF3338; }
span { border-color: rgb(223,51,56); }
td.TdClassName
{
border-color: #DF3338;
}
.TagClassName
{
border-color: #DF3338;
}
</style>