Shades of Cinnabar #DF3D1D
Tints of Cinnabar #DF3D1D
RGB
CMYK
RGB Variations
Color information
#DF3D1D (or 0xDF3D1D) is known color: Cinnabar. HEX triplet: DF, 3D and 1D. RGB value is (223,61,29). Sum of RGB (Red+Green+Blue) = 223+61+29=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D1D is #20C2E2. Grayscale: #6A6A6A. Windows color (decimal): -2147043 or 1916383. OLE color: 1916383.
HSL color Cylindrical-coordinate representation of color #DF3D1D: hue angle of 9.9º 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 #DF3D1D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 29 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.13 |
| HSL | 9.9º | 0.77% | 0.49% | - |
| HSV(B) | 9.9º | 0.87% | 0.87% | - |
| XYZ | 32.32 | 19.11 | 3.15 | - |
| YUV | 105.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 29 | 0 | 0.73 | 0.87 | 0.13 | 9.9 | 0.77 | 0.49 |
| Hex | DF | 3D | 1D | 0 | 49 | 57 | D | A | 4D | 31 |
| Octal | 337 | 75 | 35 | 0 | 111 | 127 | 15 | 12 | 115 | 61 |
| Binary | 11011111 | 111101 | 11101 | 0 | 1001001 | 1010111 | 1101 | 1010 | 1001101 | 110001 |
Color Harmonies of #DF3D1D
Complementary color
Monochromatic Colors of #DF3D1D
Black with #DF3D1D
Text Example
Text Example
White with #DF3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D1D; }
p { color: rgb(223,61,29); }
H1.HeaderClassName
{
color: #DF3D1D;
}
.AnyTagClassName
{
color: #DF3D1D;
}
</style>
background-color css
<style>
a { background-color: #DF3D1D; }
a { background-color: rgb(223,61,29); }
div.DivClassName
{
background-color: #DF3D1D;
}
.BgClassName
{
background-color: #DF3D1D;
}
</style>
border-color css
<style>
span { border-color: #DF3D1D; }
span { border-color: rgb(223,61,29); }
td.TdClassName
{
border-color: #DF3D1D;
}
.TagClassName
{
border-color: #DF3D1D;
}
</style>