Shades of Cinnabar #DC483B
Tints of Cinnabar #DC483B
RGB
CMYK
RGB Variations
Color information
#DC483B (or 0xDC483B) is known color: Cinnabar. HEX triplet: DC, 48 and 3B. RGB value is (220,72,59). Sum of RGB (Red+Green+Blue) = 220+72+59=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC483B is #23B7C4. Grayscale: #727272. Windows color (decimal): -2340805 or 3885276. OLE color: 3885276.
HSL color Cylindrical-coordinate representation of color #DC483B: hue angle of 4.84º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC483B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.14 |
| HSL | 4.84º | 0.7% | 0.55% | - |
| HSV(B) | 4.84º | 0.73% | 0.86% | - |
| XYZ | 32.62 | 20.17 | 6.31 | - |
| YUV | 114.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 59 | 0 | 0.67 | 0.73 | 0.14 | 4.84 | 0.7 | 0.55 |
| Hex | DC | 48 | 3B | 0 | 43 | 49 | E | 5 | 46 | 37 |
| Octal | 334 | 110 | 73 | 0 | 103 | 111 | 16 | 5 | 106 | 67 |
| Binary | 11011100 | 1001000 | 111011 | 0 | 1000011 | 1001001 | 1110 | 101 | 1000110 | 110111 |
Color Harmonies of #DC483B
Complementary color
Monochromatic Colors of #DC483B
Black with #DC483B
Text Example
Text Example
White with #DC483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC483B; }
p { color: rgb(220,72,59); }
H1.HeaderClassName
{
color: #DC483B;
}
.AnyTagClassName
{
color: #DC483B;
}
</style>
background-color css
<style>
a { background-color: #DC483B; }
a { background-color: rgb(220,72,59); }
div.DivClassName
{
background-color: #DC483B;
}
.BgClassName
{
background-color: #DC483B;
}
</style>
border-color css
<style>
span { border-color: #DC483B; }
span { border-color: rgb(220,72,59); }
td.TdClassName
{
border-color: #DC483B;
}
.TagClassName
{
border-color: #DC483B;
}
</style>