Shades of Cinnabar #DC423A
Tints of Cinnabar #DC423A
RGB
CMYK
RGB Variations
Color information
#DC423A (or 0xDC423A) is known color: Cinnabar. HEX triplet: DC, 42 and 3A. RGB value is (220,66,58). Sum of RGB (Red+Green+Blue) = 220+66+58=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423A is #23BDC5. Grayscale: #6F6F6F. Windows color (decimal): -2342342 or 3818204. OLE color: 3818204.
HSL color Cylindrical-coordinate representation of color #DC423A: hue angle of 2.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC423A is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 58 | - |
| CMYK | 0 | 0.7 | 0.74 | 0.14 |
| HSL | 2.96º | 0.7% | 0.55% | - |
| HSV(B) | 2.96º | 0.74% | 0.86% | - |
| XYZ | 32.23 | 19.42 | 6.05 | - |
| YUV | 111.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 58 | 0 | 0.7 | 0.74 | 0.14 | 2.96 | 0.7 | 0.55 |
| Hex | DC | 42 | 3A | 0 | 46 | 4A | E | 3 | 46 | 37 |
| Octal | 334 | 102 | 72 | 0 | 106 | 112 | 16 | 3 | 106 | 67 |
| Binary | 11011100 | 1000010 | 111010 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000110 | 110111 |
Color Harmonies of #DC423A
Complementary color
Monochromatic Colors of #DC423A
Black with #DC423A
Text Example
Text Example
White with #DC423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC423A; }
p { color: rgb(220,66,58); }
H1.HeaderClassName
{
color: #DC423A;
}
.AnyTagClassName
{
color: #DC423A;
}
</style>
background-color css
<style>
a { background-color: #DC423A; }
a { background-color: rgb(220,66,58); }
div.DivClassName
{
background-color: #DC423A;
}
.BgClassName
{
background-color: #DC423A;
}
</style>
border-color css
<style>
span { border-color: #DC423A; }
span { border-color: rgb(220,66,58); }
td.TdClassName
{
border-color: #DC423A;
}
.TagClassName
{
border-color: #DC423A;
}
</style>