Shades of Cinnabar #DC3E2E
Tints of Cinnabar #DC3E2E
RGB
CMYK
RGB Variations
Color information
#DC3E2E (or 0xDC3E2E) is known color: Cinnabar. HEX triplet: DC, 3E and 2E. RGB value is (220,62,46). Sum of RGB (Red+Green+Blue) = 220+62+46=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2E is #23C1D1. Grayscale: #6B6B6B. Windows color (decimal): -2343378 or 3030748. OLE color: 3030748.
HSL color Cylindrical-coordinate representation of color #DC3E2E: hue angle of 5.52º 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 #DC3E2E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 46 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.14 |
| HSL | 5.52º | 0.71% | 0.52% | - |
| HSV(B) | 5.52º | 0.79% | 0.86% | - |
| XYZ | 31.73 | 18.86 | 4.55 | - |
| YUV | 107.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 46 | 0 | 0.72 | 0.79 | 0.14 | 5.52 | 0.71 | 0.52 |
| Hex | DC | 3E | 2E | 0 | 48 | 4F | E | 6 | 47 | 34 |
| Octal | 334 | 76 | 56 | 0 | 110 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011100 | 111110 | 101110 | 0 | 1001000 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DC3E2E
Complementary color
Monochromatic Colors of #DC3E2E
Black with #DC3E2E
Text Example
Text Example
White with #DC3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E2E; }
p { color: rgb(220,62,46); }
H1.HeaderClassName
{
color: #DC3E2E;
}
.AnyTagClassName
{
color: #DC3E2E;
}
</style>
background-color css
<style>
a { background-color: #DC3E2E; }
a { background-color: rgb(220,62,46); }
div.DivClassName
{
background-color: #DC3E2E;
}
.BgClassName
{
background-color: #DC3E2E;
}
</style>
border-color css
<style>
span { border-color: #DC3E2E; }
span { border-color: rgb(220,62,46); }
td.TdClassName
{
border-color: #DC3E2E;
}
.TagClassName
{
border-color: #DC3E2E;
}
</style>