Shades of Cinnabar #DC3A36
Tints of Cinnabar #DC3A36
RGB
CMYK
RGB Variations
Color information
#DC3A36 (or 0xDC3A36) is known color: Cinnabar. HEX triplet: DC, 3A and 36. RGB value is (220,58,54). Sum of RGB (Red+Green+Blue) = 220+58+54=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A36 is #23C5C9. Grayscale: #6A6A6A. Windows color (decimal): -2344394 or 3554012. OLE color: 3554012.
HSL color Cylindrical-coordinate representation of color #DC3A36: hue angle of 1.45º 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 #DC3A36 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 54 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.14 |
| HSL | 1.45º | 0.7% | 0.54% | - |
| HSV(B) | 1.45º | 0.75% | 0.86% | - |
| XYZ | 31.69 | 18.51 | 5.39 | - |
| YUV | 105.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 54 | 0 | 0.74 | 0.75 | 0.14 | 1.45 | 0.7 | 0.54 |
| Hex | DC | 3A | 36 | 0 | 4A | 4B | E | 1 | 46 | 36 |
| Octal | 334 | 72 | 66 | 0 | 112 | 113 | 16 | 1 | 106 | 66 |
| Binary | 11011100 | 111010 | 110110 | 0 | 1001010 | 1001011 | 1110 | 1 | 1000110 | 110110 |
Color Harmonies of #DC3A36
Complementary color
Monochromatic Colors of #DC3A36
Black with #DC3A36
Text Example
Text Example
White with #DC3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A36; }
p { color: rgb(220,58,54); }
H1.HeaderClassName
{
color: #DC3A36;
}
.AnyTagClassName
{
color: #DC3A36;
}
</style>
background-color css
<style>
a { background-color: #DC3A36; }
a { background-color: rgb(220,58,54); }
div.DivClassName
{
background-color: #DC3A36;
}
.BgClassName
{
background-color: #DC3A36;
}
</style>
border-color css
<style>
span { border-color: #DC3A36; }
span { border-color: rgb(220,58,54); }
td.TdClassName
{
border-color: #DC3A36;
}
.TagClassName
{
border-color: #DC3A36;
}
</style>