Shades of Cinnabar #DC3C30
Tints of Cinnabar #DC3C30
RGB
CMYK
RGB Variations
Color information
#DC3C30 (or 0xDC3C30) is known color: Cinnabar. HEX triplet: DC, 3C and 30. RGB value is (220,60,48). Sum of RGB (Red+Green+Blue) = 220+60+48=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C30 is #23C3CF. Grayscale: #6A6A6A. Windows color (decimal): -2343888 or 3161308. OLE color: 3161308.
HSL color Cylindrical-coordinate representation of color #DC3C30: hue angle of 4.19º 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 #DC3C30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 48 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.14 |
| HSL | 4.19º | 0.71% | 0.53% | - |
| HSV(B) | 4.19º | 0.78% | 0.86% | - |
| XYZ | 31.66 | 18.66 | 4.73 | - |
| YUV | 106.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 48 | 0 | 0.73 | 0.78 | 0.14 | 4.19 | 0.71 | 0.53 |
| Hex | DC | 3C | 30 | 0 | 49 | 4E | E | 4 | 47 | 35 |
| Octal | 334 | 74 | 60 | 0 | 111 | 116 | 16 | 4 | 107 | 65 |
| Binary | 11011100 | 111100 | 110000 | 0 | 1001001 | 1001110 | 1110 | 100 | 1000111 | 110101 |
Color Harmonies of #DC3C30
Complementary color
Monochromatic Colors of #DC3C30
Black with #DC3C30
Text Example
Text Example
White with #DC3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C30; }
p { color: rgb(220,60,48); }
H1.HeaderClassName
{
color: #DC3C30;
}
.AnyTagClassName
{
color: #DC3C30;
}
</style>
background-color css
<style>
a { background-color: #DC3C30; }
a { background-color: rgb(220,60,48); }
div.DivClassName
{
background-color: #DC3C30;
}
.BgClassName
{
background-color: #DC3C30;
}
</style>
border-color css
<style>
span { border-color: #DC3C30; }
span { border-color: rgb(220,60,48); }
td.TdClassName
{
border-color: #DC3C30;
}
.TagClassName
{
border-color: #DC3C30;
}
</style>