Shades of Cinnabar #DC481C
Tints of Cinnabar #DC481C
RGB
CMYK
RGB Variations
Color information
#DC481C (or 0xDC481C) is known color: Cinnabar. HEX triplet: DC, 48 and 1C. RGB value is (220,72,28). Sum of RGB (Red+Green+Blue) = 220+72+28=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC481C is #23B7E3. Grayscale: #6F6F6F. Windows color (decimal): -2340836 or 1853660. OLE color: 1853660.
HSL color Cylindrical-coordinate representation of color #DC481C: hue angle of 13.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC481C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.14 |
| HSL | 13.75º | 0.77% | 0.49% | - |
| HSV(B) | 13.75º | 0.87% | 0.86% | - |
| XYZ | 32.04 | 19.93 | 3.26 | - |
| YUV | 111.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 28 | 0 | 0.67 | 0.87 | 0.14 | 13.75 | 0.77 | 0.49 |
| Hex | DC | 48 | 1C | 0 | 43 | 57 | E | E | 4D | 31 |
| Octal | 334 | 110 | 34 | 0 | 103 | 127 | 16 | 16 | 115 | 61 |
| Binary | 11011100 | 1001000 | 11100 | 0 | 1000011 | 1010111 | 1110 | 1110 | 1001101 | 110001 |
Color Harmonies of #DC481C
Complementary color
Monochromatic Colors of #DC481C
Black with #DC481C
Text Example
Text Example
White with #DC481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC481C; }
p { color: rgb(220,72,28); }
H1.HeaderClassName
{
color: #DC481C;
}
.AnyTagClassName
{
color: #DC481C;
}
</style>
background-color css
<style>
a { background-color: #DC481C; }
a { background-color: rgb(220,72,28); }
div.DivClassName
{
background-color: #DC481C;
}
.BgClassName
{
background-color: #DC481C;
}
</style>
border-color css
<style>
span { border-color: #DC481C; }
span { border-color: rgb(220,72,28); }
td.TdClassName
{
border-color: #DC481C;
}
.TagClassName
{
border-color: #DC481C;
}
</style>