Shades of Cinnabar #DC3E33
Tints of Cinnabar #DC3E33
RGB
CMYK
RGB Variations
Color information
#DC3E33 (or 0xDC3E33) is known color: Cinnabar. HEX triplet: DC, 3E and 33. RGB value is (220,62,51). Sum of RGB (Red+Green+Blue) = 220+62+51=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E33 is #23C1CC. Grayscale: #6C6C6C. Windows color (decimal): -2343373 or 3358428. OLE color: 3358428.
HSL color Cylindrical-coordinate representation of color #DC3E33: hue angle of 3.91º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3E33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 51 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.14 |
| HSL | 3.91º | 0.71% | 0.53% | - |
| HSV(B) | 3.91º | 0.77% | 0.86% | - |
| XYZ | 31.84 | 18.9 | 5.1 | - |
| YUV | 107.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 51 | 0 | 0.72 | 0.77 | 0.14 | 3.91 | 0.71 | 0.53 |
| Hex | DC | 3E | 33 | 0 | 48 | 4D | E | 4 | 47 | 35 |
| Octal | 334 | 76 | 63 | 0 | 110 | 115 | 16 | 4 | 107 | 65 |
| Binary | 11011100 | 111110 | 110011 | 0 | 1001000 | 1001101 | 1110 | 100 | 1000111 | 110101 |
Color Harmonies of #DC3E33
Complementary color
Monochromatic Colors of #DC3E33
Black with #DC3E33
Text Example
Text Example
White with #DC3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E33; }
p { color: rgb(220,62,51); }
H1.HeaderClassName
{
color: #DC3E33;
}
.AnyTagClassName
{
color: #DC3E33;
}
</style>
background-color css
<style>
a { background-color: #DC3E33; }
a { background-color: rgb(220,62,51); }
div.DivClassName
{
background-color: #DC3E33;
}
.BgClassName
{
background-color: #DC3E33;
}
</style>
border-color css
<style>
span { border-color: #DC3E33; }
span { border-color: rgb(220,62,51); }
td.TdClassName
{
border-color: #DC3E33;
}
.TagClassName
{
border-color: #DC3E33;
}
</style>