Shades of Cinnabar #DC483D
Tints of Cinnabar #DC483D
RGB
CMYK
RGB Variations
Color information
#DC483D (or 0xDC483D) is known color: Cinnabar. HEX triplet: DC, 48 and 3D. RGB value is (220,72,61). Sum of RGB (Red+Green+Blue) = 220+72+61=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC483D is #23B7C2. Grayscale: #737373. Windows color (decimal): -2340803 or 4016348. OLE color: 4016348.
HSL color Cylindrical-coordinate representation of color #DC483D: hue angle of 4.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC483D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 61 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.14 |
| HSL | 4.15º | 0.69% | 0.55% | - |
| HSV(B) | 4.15º | 0.72% | 0.86% | - |
| XYZ | 32.67 | 20.19 | 6.59 | - |
| YUV | 115 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 61 | 0 | 0.67 | 0.72 | 0.14 | 4.15 | 0.69 | 0.55 |
| Hex | DC | 48 | 3D | 0 | 43 | 48 | E | 4 | 45 | 37 |
| Octal | 334 | 110 | 75 | 0 | 103 | 110 | 16 | 4 | 105 | 67 |
| Binary | 11011100 | 1001000 | 111101 | 0 | 1000011 | 1001000 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DC483D
Complementary color
Monochromatic Colors of #DC483D
Black with #DC483D
Text Example
Text Example
White with #DC483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC483D; }
p { color: rgb(220,72,61); }
H1.HeaderClassName
{
color: #DC483D;
}
.AnyTagClassName
{
color: #DC483D;
}
</style>
background-color css
<style>
a { background-color: #DC483D; }
a { background-color: rgb(220,72,61); }
div.DivClassName
{
background-color: #DC483D;
}
.BgClassName
{
background-color: #DC483D;
}
</style>
border-color css
<style>
span { border-color: #DC483D; }
span { border-color: rgb(220,72,61); }
td.TdClassName
{
border-color: #DC483D;
}
.TagClassName
{
border-color: #DC483D;
}
</style>