Shades of Cinnabar #DC3C33
Tints of Cinnabar #DC3C33
RGB
CMYK
RGB Variations
Color information
#DC3C33 (or 0xDC3C33) is known color: Cinnabar. HEX triplet: DC, 3C and 33. RGB value is (220,60,51). Sum of RGB (Red+Green+Blue) = 220+60+51=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C33 is #23C3CC. Grayscale: #6B6B6B. Windows color (decimal): -2343885 or 3357916. OLE color: 3357916.
HSL color Cylindrical-coordinate representation of color #DC3C33: hue angle of 3.2º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3C33 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 51 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.14 |
| HSL | 3.2º | 0.71% | 0.53% | - |
| HSV(B) | 3.2º | 0.77% | 0.86% | - |
| XYZ | 31.73 | 18.69 | 5.07 | - |
| YUV | 106.81 | 96.51 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 51 | 0 | 0.73 | 0.77 | 0.14 | 3.2 | 0.71 | 0.53 |
| Hex | DC | 3C | 33 | 0 | 49 | 4D | E | 3 | 47 | 35 |
| Octal | 334 | 74 | 63 | 0 | 111 | 115 | 16 | 3 | 107 | 65 |
| Binary | 11011100 | 111100 | 110011 | 0 | 1001001 | 1001101 | 1110 | 11 | 1000111 | 110101 |
Color Harmonies of #DC3C33
Complementary color
Monochromatic Colors of #DC3C33
Black with #DC3C33
Text Example
Text Example
White with #DC3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C33; }
p { color: rgb(220,60,51); }
H1.HeaderClassName
{
color: #DC3C33;
}
.AnyTagClassName
{
color: #DC3C33;
}
</style>
background-color css
<style>
a { background-color: #DC3C33; }
a { background-color: rgb(220,60,51); }
div.DivClassName
{
background-color: #DC3C33;
}
.BgClassName
{
background-color: #DC3C33;
}
</style>
border-color css
<style>
span { border-color: #DC3C33; }
span { border-color: rgb(220,60,51); }
td.TdClassName
{
border-color: #DC3C33;
}
.TagClassName
{
border-color: #DC3C33;
}
</style>