Shades of Cinnabar #DF3D2F
Tints of Cinnabar #DF3D2F
RGB
CMYK
RGB Variations
Color information
#DF3D2F (or 0xDF3D2F) is known color: Cinnabar. HEX triplet: DF, 3D and 2F. RGB value is (223,61,47). Sum of RGB (Red+Green+Blue) = 223+61+47=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D2F is #20C2D0. Grayscale: #6C6C6C. Windows color (decimal): -2147025 or 3096031. OLE color: 3096031.
HSL color Cylindrical-coordinate representation of color #DF3D2F: hue angle of 4.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF3D2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 47 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.13 |
| HSL | 4.77º | 0.73% | 0.53% | - |
| HSV(B) | 4.77º | 0.79% | 0.87% | - |
| XYZ | 32.61 | 19.23 | 4.68 | - |
| YUV | 107.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 47 | 0 | 0.73 | 0.79 | 0.13 | 4.77 | 0.73 | 0.53 |
| Hex | DF | 3D | 2F | 0 | 49 | 4F | D | 5 | 49 | 35 |
| Octal | 337 | 75 | 57 | 0 | 111 | 117 | 15 | 5 | 111 | 65 |
| Binary | 11011111 | 111101 | 101111 | 0 | 1001001 | 1001111 | 1101 | 101 | 1001001 | 110101 |
Color Harmonies of #DF3D2F
Complementary color
Monochromatic Colors of #DF3D2F
Black with #DF3D2F
Text Example
Text Example
White with #DF3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D2F; }
p { color: rgb(223,61,47); }
H1.HeaderClassName
{
color: #DF3D2F;
}
.AnyTagClassName
{
color: #DF3D2F;
}
</style>
background-color css
<style>
a { background-color: #DF3D2F; }
a { background-color: rgb(223,61,47); }
div.DivClassName
{
background-color: #DF3D2F;
}
.BgClassName
{
background-color: #DF3D2F;
}
</style>
border-color css
<style>
span { border-color: #DF3D2F; }
span { border-color: rgb(223,61,47); }
td.TdClassName
{
border-color: #DF3D2F;
}
.TagClassName
{
border-color: #DF3D2F;
}
</style>