Shades of Cinnabar #DC423D
Tints of Cinnabar #DC423D
RGB
CMYK
RGB Variations
Color information
#DC423D (or 0xDC423D) is known color: Cinnabar. HEX triplet: DC, 42 and 3D. RGB value is (220,66,61). Sum of RGB (Red+Green+Blue) = 220+66+61=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423D is #23BDC2. Grayscale: #6F6F6F. Windows color (decimal): -2342339 or 4014812. OLE color: 4014812.
HSL color Cylindrical-coordinate representation of color #DC423D: hue angle of 1.89º 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 #DC423D is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 61 | - |
| CMYK | 0 | 0.7 | 0.72 | 0.14 |
| HSL | 1.89º | 0.69% | 0.55% | - |
| HSV(B) | 1.89º | 0.72% | 0.86% | - |
| XYZ | 32.31 | 19.45 | 6.47 | - |
| YUV | 111.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 61 | 0 | 0.7 | 0.72 | 0.14 | 1.89 | 0.69 | 0.55 |
| Hex | DC | 42 | 3D | 0 | 46 | 48 | E | 2 | 45 | 37 |
| Octal | 334 | 102 | 75 | 0 | 106 | 110 | 16 | 2 | 105 | 67 |
| Binary | 11011100 | 1000010 | 111101 | 0 | 1000110 | 1001000 | 1110 | 10 | 1000101 | 110111 |
Color Harmonies of #DC423D
Complementary color
Monochromatic Colors of #DC423D
Black with #DC423D
Text Example
Text Example
White with #DC423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC423D; }
p { color: rgb(220,66,61); }
H1.HeaderClassName
{
color: #DC423D;
}
.AnyTagClassName
{
color: #DC423D;
}
</style>
background-color css
<style>
a { background-color: #DC423D; }
a { background-color: rgb(220,66,61); }
div.DivClassName
{
background-color: #DC423D;
}
.BgClassName
{
background-color: #DC423D;
}
</style>
border-color css
<style>
span { border-color: #DC423D; }
span { border-color: rgb(220,66,61); }
td.TdClassName
{
border-color: #DC423D;
}
.TagClassName
{
border-color: #DC423D;
}
</style>