Shades of Cinnabar #DC402D
Tints of Cinnabar #DC402D
RGB
CMYK
RGB Variations
Color information
#DC402D (or 0xDC402D) is known color: Cinnabar. HEX triplet: DC, 40 and 2D. RGB value is (220,64,45). Sum of RGB (Red+Green+Blue) = 220+64+45=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC402D is #23BFD2. Grayscale: #6C6C6C. Windows color (decimal): -2342867 or 2965724. OLE color: 2965724.
HSL color Cylindrical-coordinate representation of color #DC402D: hue angle of 6.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC402D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 45 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.14 |
| HSL | 6.51º | 0.71% | 0.52% | - |
| HSV(B) | 6.51º | 0.8% | 0.86% | - |
| XYZ | 31.82 | 19.07 | 4.49 | - |
| YUV | 108.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 45 | 0 | 0.71 | 0.80 | 0.14 | 6.51 | 0.71 | 0.52 |
| Hex | DC | 40 | 2D | 0 | 47 | 50 | E | 7 | 47 | 34 |
| Octal | 334 | 100 | 55 | 0 | 107 | 120 | 16 | 7 | 107 | 64 |
| Binary | 11011100 | 1000000 | 101101 | 0 | 1000111 | 1010000 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DC402D
Complementary color
Monochromatic Colors of #DC402D
Black with #DC402D
Text Example
Text Example
White with #DC402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC402D; }
p { color: rgb(220,64,45); }
H1.HeaderClassName
{
color: #DC402D;
}
.AnyTagClassName
{
color: #DC402D;
}
</style>
background-color css
<style>
a { background-color: #DC402D; }
a { background-color: rgb(220,64,45); }
div.DivClassName
{
background-color: #DC402D;
}
.BgClassName
{
background-color: #DC402D;
}
</style>
border-color css
<style>
span { border-color: #DC402D; }
span { border-color: rgb(220,64,45); }
td.TdClassName
{
border-color: #DC402D;
}
.TagClassName
{
border-color: #DC402D;
}
</style>