Shades of Cinnabar #DF3F36
Tints of Cinnabar #DF3F36
RGB
CMYK
RGB Variations
Color information
#DF3F36 (or 0xDF3F36) is known color: Cinnabar. HEX triplet: DF, 3F and 36. RGB value is (223,63,54). Sum of RGB (Red+Green+Blue) = 223+63+54=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F36 is #20C0C9. Grayscale: #6E6E6E. Windows color (decimal): -2146506 or 3555295. OLE color: 3555295.
HSL color Cylindrical-coordinate representation of color #DF3F36: hue angle of 3.2º 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 #DF3F36 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 54 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.13 |
| HSL | 3.2º | 0.73% | 0.54% | - |
| HSV(B) | 3.2º | 0.76% | 0.87% | - |
| XYZ | 32.87 | 19.51 | 5.52 | - |
| YUV | 109.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 54 | 0 | 0.72 | 0.76 | 0.13 | 3.2 | 0.73 | 0.54 |
| Hex | DF | 3F | 36 | 0 | 48 | 4C | D | 3 | 49 | 36 |
| Octal | 337 | 77 | 66 | 0 | 110 | 114 | 15 | 3 | 111 | 66 |
| Binary | 11011111 | 111111 | 110110 | 0 | 1001000 | 1001100 | 1101 | 11 | 1001001 | 110110 |
Color Harmonies of #DF3F36
Complementary color
Monochromatic Colors of #DF3F36
Black with #DF3F36
Text Example
Text Example
White with #DF3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F36; }
p { color: rgb(223,63,54); }
H1.HeaderClassName
{
color: #DF3F36;
}
.AnyTagClassName
{
color: #DF3F36;
}
</style>
background-color css
<style>
a { background-color: #DF3F36; }
a { background-color: rgb(223,63,54); }
div.DivClassName
{
background-color: #DF3F36;
}
.BgClassName
{
background-color: #DF3F36;
}
</style>
border-color css
<style>
span { border-color: #DF3F36; }
span { border-color: rgb(223,63,54); }
td.TdClassName
{
border-color: #DF3F36;
}
.TagClassName
{
border-color: #DF3F36;
}
</style>