Shades of Cinnabar #DF3B1E
Tints of Cinnabar #DF3B1E
RGB
CMYK
RGB Variations
Color information
#DF3B1E (or 0xDF3B1E) is known color: Cinnabar. HEX triplet: DF, 3B and 1E. RGB value is (223,59,30). Sum of RGB (Red+Green+Blue) = 223+59+30=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B1E is #20C4E1. Grayscale: #696969. Windows color (decimal): -2147554 or 1981407. OLE color: 1981407.
HSL color Cylindrical-coordinate representation of color #DF3B1E: hue angle of 9.02º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF3B1E is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 30 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 9.02º | 0.76% | 0.5% | - |
| HSV(B) | 9.02º | 0.87% | 0.87% | - |
| XYZ | 32.23 | 18.91 | 3.18 | - |
| YUV | 104.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 30 | 0 | 0.74 | 0.87 | 0.13 | 9.02 | 0.76 | 0.5 |
| Hex | DF | 3B | 1E | 0 | 4A | 57 | D | 9 | 4C | 32 |
| Octal | 337 | 73 | 36 | 0 | 112 | 127 | 15 | 11 | 114 | 62 |
| Binary | 11011111 | 111011 | 11110 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001100 | 110010 |
Color Harmonies of #DF3B1E
Complementary color
Monochromatic Colors of #DF3B1E
Black with #DF3B1E
Text Example
Text Example
White with #DF3B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B1E; }
p { color: rgb(223,59,30); }
H1.HeaderClassName
{
color: #DF3B1E;
}
.AnyTagClassName
{
color: #DF3B1E;
}
</style>
background-color css
<style>
a { background-color: #DF3B1E; }
a { background-color: rgb(223,59,30); }
div.DivClassName
{
background-color: #DF3B1E;
}
.BgClassName
{
background-color: #DF3B1E;
}
</style>
border-color css
<style>
span { border-color: #DF3B1E; }
span { border-color: rgb(223,59,30); }
td.TdClassName
{
border-color: #DF3B1E;
}
.TagClassName
{
border-color: #DF3B1E;
}
</style>