Shades of Cinnabar #DF3935
Tints of Cinnabar #DF3935
RGB
CMYK
RGB Variations
Color information
#DF3935 (or 0xDF3935) is known color: Cinnabar. HEX triplet: DF, 39 and 35. RGB value is (223,57,53). Sum of RGB (Red+Green+Blue) = 223+57+53=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3935 is #20C6CA. Grayscale: #6A6A6A. Windows color (decimal): -2148043 or 3488223. OLE color: 3488223.
HSL color Cylindrical-coordinate representation of color #DF3935: hue angle of 1.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3935 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 53 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.13 |
| HSL | 1.41º | 0.73% | 0.54% | - |
| HSV(B) | 1.41º | 0.76% | 0.87% | - |
| XYZ | 32.54 | 18.87 | 5.3 | - |
| YUV | 106.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 53 | 0 | 0.74 | 0.76 | 0.13 | 1.41 | 0.73 | 0.54 |
| Hex | DF | 39 | 35 | 0 | 4A | 4C | D | 1 | 49 | 36 |
| Octal | 337 | 71 | 65 | 0 | 112 | 114 | 15 | 1 | 111 | 66 |
| Binary | 11011111 | 111001 | 110101 | 0 | 1001010 | 1001100 | 1101 | 1 | 1001001 | 110110 |
Color Harmonies of #DF3935
Complementary color
Monochromatic Colors of #DF3935
Black with #DF3935
Text Example
Text Example
White with #DF3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3935; }
p { color: rgb(223,57,53); }
H1.HeaderClassName
{
color: #DF3935;
}
.AnyTagClassName
{
color: #DF3935;
}
</style>
background-color css
<style>
a { background-color: #DF3935; }
a { background-color: rgb(223,57,53); }
div.DivClassName
{
background-color: #DF3935;
}
.BgClassName
{
background-color: #DF3935;
}
</style>
border-color css
<style>
span { border-color: #DF3935; }
span { border-color: rgb(223,57,53); }
td.TdClassName
{
border-color: #DF3935;
}
.TagClassName
{
border-color: #DF3935;
}
</style>