Shades of Cinnabar #DC4435
Tints of Cinnabar #DC4435
RGB
CMYK
RGB Variations
Color information
#DC4435 (or 0xDC4435) is known color: Cinnabar. HEX triplet: DC, 44 and 35. RGB value is (220,68,53). Sum of RGB (Red+Green+Blue) = 220+68+53=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4435 is #23BBCA. Grayscale: #6F6F6F. Windows color (decimal): -2341835 or 3491036. OLE color: 3491036.
HSL color Cylindrical-coordinate representation of color #DC4435: hue angle of 5.39º 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 #DC4435 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 53 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.14 |
| HSL | 5.39º | 0.7% | 0.54% | - |
| HSV(B) | 5.39º | 0.76% | 0.86% | - |
| XYZ | 32.22 | 19.61 | 5.45 | - |
| YUV | 111.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 53 | 0 | 0.69 | 0.76 | 0.14 | 5.39 | 0.7 | 0.54 |
| Hex | DC | 44 | 35 | 0 | 45 | 4C | E | 5 | 46 | 36 |
| Octal | 334 | 104 | 65 | 0 | 105 | 114 | 16 | 5 | 106 | 66 |
| Binary | 11011100 | 1000100 | 110101 | 0 | 1000101 | 1001100 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DC4435
Complementary color
Monochromatic Colors of #DC4435
Black with #DC4435
Text Example
Text Example
White with #DC4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4435; }
p { color: rgb(220,68,53); }
H1.HeaderClassName
{
color: #DC4435;
}
.AnyTagClassName
{
color: #DC4435;
}
</style>
background-color css
<style>
a { background-color: #DC4435; }
a { background-color: rgb(220,68,53); }
div.DivClassName
{
background-color: #DC4435;
}
.BgClassName
{
background-color: #DC4435;
}
</style>
border-color css
<style>
span { border-color: #DC4435; }
span { border-color: rgb(220,68,53); }
td.TdClassName
{
border-color: #DC4435;
}
.TagClassName
{
border-color: #DC4435;
}
</style>