Shades of Cinnabar #DF3F3C
Tints of Cinnabar #DF3F3C
RGB
CMYK
RGB Variations
Color information
#DF3F3C (or 0xDF3F3C) is known color: Cinnabar. HEX triplet: DF, 3F and 3C. RGB value is (223,63,60). Sum of RGB (Red+Green+Blue) = 223+63+60=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F3C is #20C0C3. Grayscale: #6E6E6E. Windows color (decimal): -2146500 or 3948511. OLE color: 3948511.
HSL color Cylindrical-coordinate representation of color #DF3F3C: hue angle of 1.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3F3C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 60 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.13 |
| HSL | 1.1º | 0.72% | 0.55% | - |
| HSV(B) | 1.1º | 0.73% | 0.87% | - |
| XYZ | 33.02 | 19.57 | 6.31 | - |
| YUV | 110.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 60 | 0 | 0.72 | 0.73 | 0.13 | 1.1 | 0.72 | 0.55 |
| Hex | DF | 3F | 3C | 0 | 48 | 49 | D | 1 | 48 | 37 |
| Octal | 337 | 77 | 74 | 0 | 110 | 111 | 15 | 1 | 110 | 67 |
| Binary | 11011111 | 111111 | 111100 | 0 | 1001000 | 1001001 | 1101 | 1 | 1001000 | 110111 |
Color Harmonies of #DF3F3C
Complementary color
Monochromatic Colors of #DF3F3C
Black with #DF3F3C
Text Example
Text Example
White with #DF3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F3C; }
p { color: rgb(223,63,60); }
H1.HeaderClassName
{
color: #DF3F3C;
}
.AnyTagClassName
{
color: #DF3F3C;
}
</style>
background-color css
<style>
a { background-color: #DF3F3C; }
a { background-color: rgb(223,63,60); }
div.DivClassName
{
background-color: #DF3F3C;
}
.BgClassName
{
background-color: #DF3F3C;
}
</style>
border-color css
<style>
span { border-color: #DF3F3C; }
span { border-color: rgb(223,63,60); }
td.TdClassName
{
border-color: #DF3F3C;
}
.TagClassName
{
border-color: #DF3F3C;
}
</style>