Shades of Cinnabar #DF3F3F
Tints of Cinnabar #DF3F3F
RGB
CMYK
RGB Variations
Color information
#DF3F3F (or 0xDF3F3F) is known color: Cinnabar. HEX triplet: DF, 3F and 3F. RGB value is (223,63,63). Sum of RGB (Red+Green+Blue) = 223+63+63=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F3F is #20C0C0. Grayscale: #6F6F6F. Windows color (decimal): -2146497 or 4145119. OLE color: 4145119.
HSL color Cylindrical-coordinate representation of color #DF3F3F: hue angle of 0º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F3F is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 63 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.13 |
| HSL | 0º | 0.71% | 0.56% | - |
| HSV(B) | 0º | 0.72% | 0.87% | - |
| XYZ | 33.11 | 19.6 | 6.74 | - |
| YUV | 110.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 63 | 0 | 0.72 | 0.72 | 0.13 | 0 | 0.71 | 0.56 |
| Hex | DF | 3F | 3F | 0 | 48 | 48 | D | 0 | 47 | 38 |
| Octal | 337 | 77 | 77 | 0 | 110 | 110 | 15 | 0 | 107 | 70 |
| Binary | 11011111 | 111111 | 111111 | 0 | 1001000 | 1001000 | 1101 | 0 | 1000111 | 111000 |
Color Harmonies of #DF3F3F
Complementary color
Monochromatic Colors of #DF3F3F
Black with #DF3F3F
Text Example
Text Example
White with #DF3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F3F; }
p { color: rgb(223,63,63); }
H1.HeaderClassName
{
color: #DF3F3F;
}
.AnyTagClassName
{
color: #DF3F3F;
}
</style>
background-color css
<style>
a { background-color: #DF3F3F; }
a { background-color: rgb(223,63,63); }
div.DivClassName
{
background-color: #DF3F3F;
}
.BgClassName
{
background-color: #DF3F3F;
}
</style>
border-color css
<style>
span { border-color: #DF3F3F; }
span { border-color: rgb(223,63,63); }
td.TdClassName
{
border-color: #DF3F3F;
}
.TagClassName
{
border-color: #DF3F3F;
}
</style>