Shades of Cinnabar #DC3736
Tints of Cinnabar #DC3736
RGB
CMYK
RGB Variations
Color information
#DC3736 (or 0xDC3736) is known color: Cinnabar. HEX triplet: DC, 37 and 36. RGB value is (220,55,54). Sum of RGB (Red+Green+Blue) = 220+55+54=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3736 is #23C8C9. Grayscale: #686868. Windows color (decimal): -2345162 or 3553244. OLE color: 3553244.
HSL color Cylindrical-coordinate representation of color #DC3736: hue angle of 0.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3736 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 54 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.14 |
| HSL | 0.36º | 0.7% | 0.54% | - |
| HSV(B) | 0.36º | 0.75% | 0.86% | - |
| XYZ | 31.55 | 18.21 | 5.34 | - |
| YUV | 104.22 | 99.66 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 54 | 0 | 0.75 | 0.75 | 0.14 | 0.36 | 0.7 | 0.54 |
| Hex | DC | 37 | 36 | 0 | 4B | 4B | E | 0 | 46 | 36 |
| Octal | 334 | 67 | 66 | 0 | 113 | 113 | 16 | 0 | 106 | 66 |
| Binary | 11011100 | 110111 | 110110 | 0 | 1001011 | 1001011 | 1110 | 0 | 1000110 | 110110 |
Color Harmonies of #DC3736
Complementary color
Monochromatic Colors of #DC3736
Black with #DC3736
Text Example
Text Example
White with #DC3736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3736; }
p { color: rgb(220,55,54); }
H1.HeaderClassName
{
color: #DC3736;
}
.AnyTagClassName
{
color: #DC3736;
}
</style>
background-color css
<style>
a { background-color: #DC3736; }
a { background-color: rgb(220,55,54); }
div.DivClassName
{
background-color: #DC3736;
}
.BgClassName
{
background-color: #DC3736;
}
</style>
border-color css
<style>
span { border-color: #DC3736; }
span { border-color: rgb(220,55,54); }
td.TdClassName
{
border-color: #DC3736;
}
.TagClassName
{
border-color: #DC3736;
}
</style>