Shades of Cinnabar #DF3C32
Tints of Cinnabar #DF3C32
RGB
CMYK
RGB Variations
Color information
#DF3C32 (or 0xDF3C32) is known color: Cinnabar. HEX triplet: DF, 3C and 32. RGB value is (223,60,50). Sum of RGB (Red+Green+Blue) = 223+60+50=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C32 is #20C3CD. Grayscale: #6B6B6B. Windows color (decimal): -2147278 or 3292383. OLE color: 3292383.
HSL color Cylindrical-coordinate representation of color #DF3C32: hue angle of 3.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3C32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 50 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.13 |
| HSL | 3.47º | 0.73% | 0.54% | - |
| HSV(B) | 3.47º | 0.78% | 0.87% | - |
| XYZ | 32.62 | 19.15 | 4.99 | - |
| YUV | 107.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 50 | 0 | 0.73 | 0.78 | 0.13 | 3.47 | 0.73 | 0.54 |
| Hex | DF | 3C | 32 | 0 | 49 | 4E | D | 3 | 49 | 36 |
| Octal | 337 | 74 | 62 | 0 | 111 | 116 | 15 | 3 | 111 | 66 |
| Binary | 11011111 | 111100 | 110010 | 0 | 1001001 | 1001110 | 1101 | 11 | 1001001 | 110110 |
Color Harmonies of #DF3C32
Complementary color
Monochromatic Colors of #DF3C32
Black with #DF3C32
Text Example
Text Example
White with #DF3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C32; }
p { color: rgb(223,60,50); }
H1.HeaderClassName
{
color: #DF3C32;
}
.AnyTagClassName
{
color: #DF3C32;
}
</style>
background-color css
<style>
a { background-color: #DF3C32; }
a { background-color: rgb(223,60,50); }
div.DivClassName
{
background-color: #DF3C32;
}
.BgClassName
{
background-color: #DF3C32;
}
</style>
border-color css
<style>
span { border-color: #DF3C32; }
span { border-color: rgb(223,60,50); }
td.TdClassName
{
border-color: #DF3C32;
}
.TagClassName
{
border-color: #DF3C32;
}
</style>