Shades of Cinnabar #DF3737
Tints of Cinnabar #DF3737
RGB
CMYK
RGB Variations
Color information
#DF3737 (or 0xDF3737) is known color: Cinnabar. HEX triplet: DF, 37 and 37. RGB value is (223,55,55). Sum of RGB (Red+Green+Blue) = 223+55+55=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3737 is #20C8C8. Grayscale: #696969. Windows color (decimal): -2148553 or 3618783. OLE color: 3618783.
HSL color Cylindrical-coordinate representation of color #DF3737: hue angle of 0º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3737 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 55 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.13 |
| HSL | 0º | 0.72% | 0.55% | - |
| HSV(B) | 0º | 0.75% | 0.87% | - |
| XYZ | 32.49 | 18.7 | 5.51 | - |
| YUV | 105.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 55 | 0 | 0.75 | 0.75 | 0.13 | 0 | 0.72 | 0.55 |
| Hex | DF | 37 | 37 | 0 | 4B | 4B | D | 0 | 48 | 37 |
| Octal | 337 | 67 | 67 | 0 | 113 | 113 | 15 | 0 | 110 | 67 |
| Binary | 11011111 | 110111 | 110111 | 0 | 1001011 | 1001011 | 1101 | 0 | 1001000 | 110111 |
Color Harmonies of #DF3737
Complementary color
Monochromatic Colors of #DF3737
Black with #DF3737
Text Example
Text Example
White with #DF3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3737; }
p { color: rgb(223,55,55); }
H1.HeaderClassName
{
color: #DF3737;
}
.AnyTagClassName
{
color: #DF3737;
}
</style>
background-color css
<style>
a { background-color: #DF3737; }
a { background-color: rgb(223,55,55); }
div.DivClassName
{
background-color: #DF3737;
}
.BgClassName
{
background-color: #DF3737;
}
</style>
border-color css
<style>
span { border-color: #DF3737; }
span { border-color: rgb(223,55,55); }
td.TdClassName
{
border-color: #DF3737;
}
.TagClassName
{
border-color: #DF3737;
}
</style>