Shades of Cinnabar #DC483E
Tints of Cinnabar #DC483E
RGB
CMYK
RGB Variations
Color information
#DC483E (or 0xDC483E) is known color: Cinnabar. HEX triplet: DC, 48 and 3E. RGB value is (220,72,62). Sum of RGB (Red+Green+Blue) = 220+72+62=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC483E is #23B7C1. Grayscale: #737373. Windows color (decimal): -2340802 or 4081884. OLE color: 4081884.
HSL color Cylindrical-coordinate representation of color #DC483E: hue angle of 3.8º 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 #DC483E is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 62 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.14 |
| HSL | 3.8º | 0.69% | 0.55% | - |
| HSV(B) | 3.8º | 0.72% | 0.86% | - |
| XYZ | 32.7 | 20.2 | 6.73 | - |
| YUV | 115.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 62 | 0 | 0.67 | 0.72 | 0.14 | 3.8 | 0.69 | 0.55 |
| Hex | DC | 48 | 3E | 0 | 43 | 48 | E | 4 | 45 | 37 |
| Octal | 334 | 110 | 76 | 0 | 103 | 110 | 16 | 4 | 105 | 67 |
| Binary | 11011100 | 1001000 | 111110 | 0 | 1000011 | 1001000 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DC483E
Complementary color
Monochromatic Colors of #DC483E
Black with #DC483E
Text Example
Text Example
White with #DC483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC483E; }
p { color: rgb(220,72,62); }
H1.HeaderClassName
{
color: #DC483E;
}
.AnyTagClassName
{
color: #DC483E;
}
</style>
background-color css
<style>
a { background-color: #DC483E; }
a { background-color: rgb(220,72,62); }
div.DivClassName
{
background-color: #DC483E;
}
.BgClassName
{
background-color: #DC483E;
}
</style>
border-color css
<style>
span { border-color: #DC483E; }
span { border-color: rgb(220,72,62); }
td.TdClassName
{
border-color: #DC483E;
}
.TagClassName
{
border-color: #DC483E;
}
</style>