Shades of Cinnabar #DC403D
Tints of Cinnabar #DC403D
RGB
CMYK
RGB Variations
Color information
#DC403D (or 0xDC403D) is known color: Cinnabar. HEX triplet: DC, 40 and 3D. RGB value is (220,64,61). Sum of RGB (Red+Green+Blue) = 220+64+61=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC403D is #23BFC2. Grayscale: #6E6E6E. Windows color (decimal): -2342851 or 4014300. OLE color: 4014300.
HSL color Cylindrical-coordinate representation of color #DC403D: hue angle of 1.13º 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 #DC403D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 61 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.14 |
| HSL | 1.13º | 0.69% | 0.55% | - |
| HSV(B) | 1.13º | 0.72% | 0.86% | - |
| XYZ | 32.19 | 19.22 | 6.43 | - |
| YUV | 110.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 61 | 0 | 0.71 | 0.72 | 0.14 | 1.13 | 0.69 | 0.55 |
| Hex | DC | 40 | 3D | 0 | 47 | 48 | E | 1 | 45 | 37 |
| Octal | 334 | 100 | 75 | 0 | 107 | 110 | 16 | 1 | 105 | 67 |
| Binary | 11011100 | 1000000 | 111101 | 0 | 1000111 | 1001000 | 1110 | 1 | 1000101 | 110111 |
Color Harmonies of #DC403D
Complementary color
Monochromatic Colors of #DC403D
Black with #DC403D
Text Example
Text Example
White with #DC403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC403D; }
p { color: rgb(220,64,61); }
H1.HeaderClassName
{
color: #DC403D;
}
.AnyTagClassName
{
color: #DC403D;
}
</style>
background-color css
<style>
a { background-color: #DC403D; }
a { background-color: rgb(220,64,61); }
div.DivClassName
{
background-color: #DC403D;
}
.BgClassName
{
background-color: #DC403D;
}
</style>
border-color css
<style>
span { border-color: #DC403D; }
span { border-color: rgb(220,64,61); }
td.TdClassName
{
border-color: #DC403D;
}
.TagClassName
{
border-color: #DC403D;
}
</style>