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