Shades of Cinnabar #DC4335
Tints of Cinnabar #DC4335
RGB
CMYK
RGB Variations
Color information
#DC4335 (or 0xDC4335) is known color: Cinnabar. HEX triplet: DC, 43 and 35. RGB value is (220,67,53). Sum of RGB (Red+Green+Blue) = 220+67+53=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4335 is #23BCCA. Grayscale: #6F6F6F. Windows color (decimal): -2342091 or 3490780. OLE color: 3490780.
HSL color Cylindrical-coordinate representation of color #DC4335: hue angle of 5.03º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4335 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 53 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 5.03º | 0.7% | 0.54% | - |
| HSV(B) | 5.03º | 0.76% | 0.86% | - |
| XYZ | 32.16 | 19.49 | 5.43 | - |
| YUV | 111.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 53 | 0 | 0.70 | 0.76 | 0.14 | 5.03 | 0.7 | 0.54 |
| Hex | DC | 43 | 35 | 0 | 46 | 4C | E | 5 | 46 | 36 |
| Octal | 334 | 103 | 65 | 0 | 106 | 114 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000011 | 110101 | 0 | 1000110 | 1001100 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4335
Complementary color
Monochromatic Colors of #DC4335
Black with #DC4335
Text Example
Text Example
White with #DC4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4335; }
p { color: rgb(220,67,53); }
H1.HeaderClassName
{
color: #DC4335;
}
.AnyTagClassName
{
color: #DC4335;
}
</style>
background-color css
<style>
a { background-color: #DC4335; }
a { background-color: rgb(220,67,53); }
div.DivClassName
{
background-color: #DC4335;
}
.BgClassName
{
background-color: #DC4335;
}
</style>
border-color css
<style>
span { border-color: #DC4335; }
span { border-color: rgb(220,67,53); }
td.TdClassName
{
border-color: #DC4335;
}
.TagClassName
{
border-color: #DC4335;
}
</style>