Shades of Cinnabar #DC3E2F
Tints of Cinnabar #DC3E2F
RGB
CMYK
RGB Variations
Color information
#DC3E2F (or 0xDC3E2F) is known color: Cinnabar. HEX triplet: DC, 3E and 2F. RGB value is (220,62,47). Sum of RGB (Red+Green+Blue) = 220+62+47=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2F is #23C1D0. Grayscale: #6B6B6B. Windows color (decimal): -2343377 or 3096284. OLE color: 3096284.
HSL color Cylindrical-coordinate representation of color #DC3E2F: hue angle of 5.2º 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 #DC3E2F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 47 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.14 |
| HSL | 5.2º | 0.71% | 0.52% | - |
| HSV(B) | 5.2º | 0.79% | 0.86% | - |
| XYZ | 31.75 | 18.87 | 4.66 | - |
| YUV | 107.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 47 | 0 | 0.72 | 0.79 | 0.14 | 5.2 | 0.71 | 0.52 |
| Hex | DC | 3E | 2F | 0 | 48 | 4F | E | 5 | 47 | 34 |
| Octal | 334 | 76 | 57 | 0 | 110 | 117 | 16 | 5 | 107 | 64 |
| Binary | 11011100 | 111110 | 101111 | 0 | 1001000 | 1001111 | 1110 | 101 | 1000111 | 110100 |
Color Harmonies of #DC3E2F
Complementary color
Monochromatic Colors of #DC3E2F
Black with #DC3E2F
Text Example
Text Example
White with #DC3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E2F; }
p { color: rgb(220,62,47); }
H1.HeaderClassName
{
color: #DC3E2F;
}
.AnyTagClassName
{
color: #DC3E2F;
}
</style>
background-color css
<style>
a { background-color: #DC3E2F; }
a { background-color: rgb(220,62,47); }
div.DivClassName
{
background-color: #DC3E2F;
}
.BgClassName
{
background-color: #DC3E2F;
}
</style>
border-color css
<style>
span { border-color: #DC3E2F; }
span { border-color: rgb(220,62,47); }
td.TdClassName
{
border-color: #DC3E2F;
}
.TagClassName
{
border-color: #DC3E2F;
}
</style>