Shades of Cinnabar #DF3B1D
Tints of Cinnabar #DF3B1D
RGB
CMYK
RGB Variations
Color information
#DF3B1D (or 0xDF3B1D) is known color: Cinnabar. HEX triplet: DF, 3B and 1D. RGB value is (223,59,29). Sum of RGB (Red+Green+Blue) = 223+59+29=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B1D is #20C4E2. Grayscale: #686868. Windows color (decimal): -2147555 or 1915871. OLE color: 1915871.
HSL color Cylindrical-coordinate representation of color #DF3B1D: hue angle of 9.28º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF3B1D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 29 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 9.28º | 0.77% | 0.49% | - |
| HSV(B) | 9.28º | 0.87% | 0.87% | - |
| XYZ | 32.22 | 18.9 | 3.11 | - |
| YUV | 104.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 29 | 0 | 0.74 | 0.87 | 0.13 | 9.28 | 0.77 | 0.49 |
| Hex | DF | 3B | 1D | 0 | 4A | 57 | D | 9 | 4D | 31 |
| Octal | 337 | 73 | 35 | 0 | 112 | 127 | 15 | 11 | 115 | 61 |
| Binary | 11011111 | 111011 | 11101 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001101 | 110001 |
Color Harmonies of #DF3B1D
Complementary color
Monochromatic Colors of #DF3B1D
Black with #DF3B1D
Text Example
Text Example
White with #DF3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B1D; }
p { color: rgb(223,59,29); }
H1.HeaderClassName
{
color: #DF3B1D;
}
.AnyTagClassName
{
color: #DF3B1D;
}
</style>
background-color css
<style>
a { background-color: #DF3B1D; }
a { background-color: rgb(223,59,29); }
div.DivClassName
{
background-color: #DF3B1D;
}
.BgClassName
{
background-color: #DF3B1D;
}
</style>
border-color css
<style>
span { border-color: #DF3B1D; }
span { border-color: rgb(223,59,29); }
td.TdClassName
{
border-color: #DF3B1D;
}
.TagClassName
{
border-color: #DF3B1D;
}
</style>