Shades of Cinnabar #DF3E35
Tints of Cinnabar #DF3E35
RGB
CMYK
RGB Variations
Color information
#DF3E35 (or 0xDF3E35) is known color: Cinnabar. HEX triplet: DF, 3E and 35. RGB value is (223,62,53). Sum of RGB (Red+Green+Blue) = 223+62+53=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E35 is #20C1CA. Grayscale: #6D6D6D. Windows color (decimal): -2146763 or 3489503. OLE color: 3489503.
HSL color Cylindrical-coordinate representation of color #DF3E35: hue angle of 3.18º 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 #DF3E35 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 53 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.13 |
| HSL | 3.18º | 0.73% | 0.54% | - |
| HSV(B) | 3.18º | 0.76% | 0.87% | - |
| XYZ | 32.8 | 19.39 | 5.38 | - |
| YUV | 109.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 53 | 0 | 0.72 | 0.76 | 0.13 | 3.18 | 0.73 | 0.54 |
| Hex | DF | 3E | 35 | 0 | 48 | 4C | D | 3 | 49 | 36 |
| Octal | 337 | 76 | 65 | 0 | 110 | 114 | 15 | 3 | 111 | 66 |
| Binary | 11011111 | 111110 | 110101 | 0 | 1001000 | 1001100 | 1101 | 11 | 1001001 | 110110 |
Color Harmonies of #DF3E35
Complementary color
Monochromatic Colors of #DF3E35
Black with #DF3E35
Text Example
Text Example
White with #DF3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E35; }
p { color: rgb(223,62,53); }
H1.HeaderClassName
{
color: #DF3E35;
}
.AnyTagClassName
{
color: #DF3E35;
}
</style>
background-color css
<style>
a { background-color: #DF3E35; }
a { background-color: rgb(223,62,53); }
div.DivClassName
{
background-color: #DF3E35;
}
.BgClassName
{
background-color: #DF3E35;
}
</style>
border-color css
<style>
span { border-color: #DF3E35; }
span { border-color: rgb(223,62,53); }
td.TdClassName
{
border-color: #DF3E35;
}
.TagClassName
{
border-color: #DF3E35;
}
</style>