Shades of Cinnabar #DC372E
Tints of Cinnabar #DC372E
RGB
CMYK
RGB Variations
Color information
#DC372E (or 0xDC372E) is known color: Cinnabar. HEX triplet: DC, 37 and 2E. RGB value is (220,55,46). Sum of RGB (Red+Green+Blue) = 220+55+46=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC372E is #23C8D1. Grayscale: #676767. Windows color (decimal): -2345170 or 3028956. OLE color: 3028956.
HSL color Cylindrical-coordinate representation of color #DC372E: hue angle of 3.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC372E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 46 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.14 |
| HSL | 3.1º | 0.71% | 0.52% | - |
| HSV(B) | 3.1º | 0.79% | 0.86% | - |
| XYZ | 31.37 | 18.15 | 4.43 | - |
| YUV | 103.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 46 | 0 | 0.75 | 0.79 | 0.14 | 3.1 | 0.71 | 0.52 |
| Hex | DC | 37 | 2E | 0 | 4B | 4F | E | 3 | 47 | 34 |
| Octal | 334 | 67 | 56 | 0 | 113 | 117 | 16 | 3 | 107 | 64 |
| Binary | 11011100 | 110111 | 101110 | 0 | 1001011 | 1001111 | 1110 | 11 | 1000111 | 110100 |
Color Harmonies of #DC372E
Complementary color
Monochromatic Colors of #DC372E
Black with #DC372E
Text Example
Text Example
White with #DC372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC372E; }
p { color: rgb(220,55,46); }
H1.HeaderClassName
{
color: #DC372E;
}
.AnyTagClassName
{
color: #DC372E;
}
</style>
background-color css
<style>
a { background-color: #DC372E; }
a { background-color: rgb(220,55,46); }
div.DivClassName
{
background-color: #DC372E;
}
.BgClassName
{
background-color: #DC372E;
}
</style>
border-color css
<style>
span { border-color: #DC372E; }
span { border-color: rgb(220,55,46); }
td.TdClassName
{
border-color: #DC372E;
}
.TagClassName
{
border-color: #DC372E;
}
</style>