Shades of Cinnabar #DF3636
Tints of Cinnabar #DF3636
RGB
CMYK
RGB Variations
Color information
#DF3636 (or 0xDF3636) is known color: Cinnabar. HEX triplet: DF, 36 and 36. RGB value is (223,54,54). Sum of RGB (Red+Green+Blue) = 223+54+54=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3636 is #20C9C9. Grayscale: #686868. Windows color (decimal): -2148810 or 3552991. OLE color: 3552991.
HSL color Cylindrical-coordinate representation of color #DF3636: hue angle of 0º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3636 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 54 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.13 |
| HSL | 0º | 0.73% | 0.54% | - |
| HSV(B) | 0º | 0.76% | 0.87% | - |
| XYZ | 32.42 | 18.59 | 5.37 | - |
| YUV | 104.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 54 | 0 | 0.76 | 0.76 | 0.13 | 0 | 0.73 | 0.54 |
| Hex | DF | 36 | 36 | 0 | 4C | 4C | D | 0 | 49 | 36 |
| Octal | 337 | 66 | 66 | 0 | 114 | 114 | 15 | 0 | 111 | 66 |
| Binary | 11011111 | 110110 | 110110 | 0 | 1001100 | 1001100 | 1101 | 0 | 1001001 | 110110 |
Color Harmonies of #DF3636
Complementary color
Monochromatic Colors of #DF3636
Black with #DF3636
Text Example
Text Example
White with #DF3636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3636; }
p { color: rgb(223,54,54); }
H1.HeaderClassName
{
color: #DF3636;
}
.AnyTagClassName
{
color: #DF3636;
}
</style>
background-color css
<style>
a { background-color: #DF3636; }
a { background-color: rgb(223,54,54); }
div.DivClassName
{
background-color: #DF3636;
}
.BgClassName
{
background-color: #DF3636;
}
</style>
border-color css
<style>
span { border-color: #DF3636; }
span { border-color: rgb(223,54,54); }
td.TdClassName
{
border-color: #DF3636;
}
.TagClassName
{
border-color: #DF3636;
}
</style>