Shades of Cinnabar #DC3E31
Tints of Cinnabar #DC3E31
RGB
CMYK
RGB Variations
Color information
#DC3E31 (or 0xDC3E31) is known color: Cinnabar. HEX triplet: DC, 3E and 31. RGB value is (220,62,49). Sum of RGB (Red+Green+Blue) = 220+62+49=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E31 is #23C1CE. Grayscale: #6B6B6B. Windows color (decimal): -2343375 or 3227356. OLE color: 3227356.
HSL color Cylindrical-coordinate representation of color #DC3E31: hue angle of 4.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3E31 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 49 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.14 |
| HSL | 4.56º | 0.71% | 0.53% | - |
| HSV(B) | 4.56º | 0.78% | 0.86% | - |
| XYZ | 31.79 | 18.88 | 4.87 | - |
| YUV | 107.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 49 | 0 | 0.72 | 0.78 | 0.14 | 4.56 | 0.71 | 0.53 |
| Hex | DC | 3E | 31 | 0 | 48 | 4E | E | 5 | 47 | 35 |
| Octal | 334 | 76 | 61 | 0 | 110 | 116 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 111110 | 110001 | 0 | 1001000 | 1001110 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC3E31
Complementary color
Monochromatic Colors of #DC3E31
Black with #DC3E31
Text Example
Text Example
White with #DC3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E31; }
p { color: rgb(220,62,49); }
H1.HeaderClassName
{
color: #DC3E31;
}
.AnyTagClassName
{
color: #DC3E31;
}
</style>
background-color css
<style>
a { background-color: #DC3E31; }
a { background-color: rgb(220,62,49); }
div.DivClassName
{
background-color: #DC3E31;
}
.BgClassName
{
background-color: #DC3E31;
}
</style>
border-color css
<style>
span { border-color: #DC3E31; }
span { border-color: rgb(220,62,49); }
td.TdClassName
{
border-color: #DC3E31;
}
.TagClassName
{
border-color: #DC3E31;
}
</style>