Shades of Cinnabar #DC403B
Tints of Cinnabar #DC403B
RGB
CMYK
RGB Variations
Color information
#DC403B (or 0xDC403B) is known color: Cinnabar. HEX triplet: DC, 40 and 3B. RGB value is (220,64,59). Sum of RGB (Red+Green+Blue) = 220+64+59=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC403B is #23BFC4. Grayscale: #6E6E6E. Windows color (decimal): -2342853 or 3883228. OLE color: 3883228.
HSL color Cylindrical-coordinate representation of color #DC403B: hue angle of 1.86º 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 #DC403B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.14 |
| HSL | 1.86º | 0.7% | 0.55% | - |
| HSV(B) | 1.86º | 0.73% | 0.86% | - |
| XYZ | 32.14 | 19.2 | 6.15 | - |
| YUV | 110.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 59 | 0 | 0.71 | 0.73 | 0.14 | 1.86 | 0.7 | 0.55 |
| Hex | DC | 40 | 3B | 0 | 47 | 49 | E | 2 | 46 | 37 |
| Octal | 334 | 100 | 73 | 0 | 107 | 111 | 16 | 2 | 106 | 67 |
| Binary | 11011100 | 1000000 | 111011 | 0 | 1000111 | 1001001 | 1110 | 10 | 1000110 | 110111 |
Color Harmonies of #DC403B
Complementary color
Monochromatic Colors of #DC403B
Black with #DC403B
Text Example
Text Example
White with #DC403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC403B; }
p { color: rgb(220,64,59); }
H1.HeaderClassName
{
color: #DC403B;
}
.AnyTagClassName
{
color: #DC403B;
}
</style>
background-color css
<style>
a { background-color: #DC403B; }
a { background-color: rgb(220,64,59); }
div.DivClassName
{
background-color: #DC403B;
}
.BgClassName
{
background-color: #DC403B;
}
</style>
border-color css
<style>
span { border-color: #DC403B; }
span { border-color: rgb(220,64,59); }
td.TdClassName
{
border-color: #DC403B;
}
.TagClassName
{
border-color: #DC403B;
}
</style>