Shades of Cinnabar #DC423E
Tints of Cinnabar #DC423E
RGB
CMYK
RGB Variations
Color information
#DC423E (or 0xDC423E) is known color: Cinnabar. HEX triplet: DC, 42 and 3E. RGB value is (220,66,62). Sum of RGB (Red+Green+Blue) = 220+66+62=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423E is #23BDC1. Grayscale: #6F6F6F. Windows color (decimal): -2342338 or 4080348. OLE color: 4080348.
HSL color Cylindrical-coordinate representation of color #DC423E: hue angle of 1.52º 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 #DC423E is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 62 | - |
| CMYK | 0 | 0.7 | 0.72 | 0.14 |
| HSL | 1.52º | 0.69% | 0.55% | - |
| HSV(B) | 1.52º | 0.72% | 0.86% | - |
| XYZ | 32.33 | 19.46 | 6.61 | - |
| YUV | 111.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 62 | 0 | 0.7 | 0.72 | 0.14 | 1.52 | 0.69 | 0.55 |
| Hex | DC | 42 | 3E | 0 | 46 | 48 | E | 2 | 45 | 37 |
| Octal | 334 | 102 | 76 | 0 | 106 | 110 | 16 | 2 | 105 | 67 |
| Binary | 11011100 | 1000010 | 111110 | 0 | 1000110 | 1001000 | 1110 | 10 | 1000101 | 110111 |
Color Harmonies of #DC423E
Complementary color
Monochromatic Colors of #DC423E
Black with #DC423E
Text Example
Text Example
White with #DC423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC423E; }
p { color: rgb(220,66,62); }
H1.HeaderClassName
{
color: #DC423E;
}
.AnyTagClassName
{
color: #DC423E;
}
</style>
background-color css
<style>
a { background-color: #DC423E; }
a { background-color: rgb(220,66,62); }
div.DivClassName
{
background-color: #DC423E;
}
.BgClassName
{
background-color: #DC423E;
}
</style>
border-color css
<style>
span { border-color: #DC423E; }
span { border-color: rgb(220,66,62); }
td.TdClassName
{
border-color: #DC423E;
}
.TagClassName
{
border-color: #DC423E;
}
</style>