Shades of Cinnabar #DC423C
Tints of Cinnabar #DC423C
RGB
CMYK
RGB Variations
Color information
#DC423C (or 0xDC423C) is known color: Cinnabar. HEX triplet: DC, 42 and 3C. RGB value is (220,66,60). Sum of RGB (Red+Green+Blue) = 220+66+60=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423C is #23BDC3. Grayscale: #6F6F6F. Windows color (decimal): -2342340 or 3949276. OLE color: 3949276.
HSL color Cylindrical-coordinate representation of color #DC423C: hue angle of 2.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC423C is Cyan = 0, Magento = 0.7, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 60 | - |
| CMYK | 0 | 0.7 | 0.73 | 0.14 |
| HSL | 2.25º | 0.7% | 0.55% | - |
| HSV(B) | 2.25º | 0.73% | 0.86% | - |
| XYZ | 32.28 | 19.44 | 6.33 | - |
| YUV | 111.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 60 | 0 | 0.7 | 0.73 | 0.14 | 2.25 | 0.7 | 0.55 |
| Hex | DC | 42 | 3C | 0 | 46 | 49 | E | 2 | 46 | 37 |
| Octal | 334 | 102 | 74 | 0 | 106 | 111 | 16 | 2 | 106 | 67 |
| Binary | 11011100 | 1000010 | 111100 | 0 | 1000110 | 1001001 | 1110 | 10 | 1000110 | 110111 |
Color Harmonies of #DC423C
Complementary color
Monochromatic Colors of #DC423C
Black with #DC423C
Text Example
Text Example
White with #DC423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC423C; }
p { color: rgb(220,66,60); }
H1.HeaderClassName
{
color: #DC423C;
}
.AnyTagClassName
{
color: #DC423C;
}
</style>
background-color css
<style>
a { background-color: #DC423C; }
a { background-color: rgb(220,66,60); }
div.DivClassName
{
background-color: #DC423C;
}
.BgClassName
{
background-color: #DC423C;
}
</style>
border-color css
<style>
span { border-color: #DC423C; }
span { border-color: rgb(220,66,60); }
td.TdClassName
{
border-color: #DC423C;
}
.TagClassName
{
border-color: #DC423C;
}
</style>