Shades of Cinnabar #DF372D
Tints of Cinnabar #DF372D
RGB
CMYK
RGB Variations
Color information
#DF372D (or 0xDF372D) is known color: Cinnabar. HEX triplet: DF, 37 and 2D. RGB value is (223,55,45). Sum of RGB (Red+Green+Blue) = 223+55+45=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF372D is #20C8D2. Grayscale: #686868. Windows color (decimal): -2148563 or 2963423. OLE color: 2963423.
HSL color Cylindrical-coordinate representation of color #DF372D: hue angle of 3.37º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF372D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.13 |
| HSL | 3.37º | 0.74% | 0.53% | - |
| HSV(B) | 3.37º | 0.8% | 0.87% | - |
| XYZ | 32.27 | 18.61 | 4.37 | - |
| YUV | 104.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 45 | 0 | 0.75 | 0.80 | 0.13 | 3.37 | 0.74 | 0.53 |
| Hex | DF | 37 | 2D | 0 | 4B | 50 | D | 3 | 4A | 35 |
| Octal | 337 | 67 | 55 | 0 | 113 | 120 | 15 | 3 | 112 | 65 |
| Binary | 11011111 | 110111 | 101101 | 0 | 1001011 | 1010000 | 1101 | 11 | 1001010 | 110101 |
Color Harmonies of #DF372D
Complementary color
Monochromatic Colors of #DF372D
Black with #DF372D
Text Example
Text Example
White with #DF372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF372D; }
p { color: rgb(223,55,45); }
H1.HeaderClassName
{
color: #DF372D;
}
.AnyTagClassName
{
color: #DF372D;
}
</style>
background-color css
<style>
a { background-color: #DF372D; }
a { background-color: rgb(223,55,45); }
div.DivClassName
{
background-color: #DF372D;
}
.BgClassName
{
background-color: #DF372D;
}
</style>
border-color css
<style>
span { border-color: #DF372D; }
span { border-color: rgb(223,55,45); }
td.TdClassName
{
border-color: #DF372D;
}
.TagClassName
{
border-color: #DF372D;
}
</style>