Shades of Cinnabar #DC3526
Tints of Cinnabar #DC3526
RGB
CMYK
RGB Variations
Color information
#DC3526 (or 0xDC3526) is known color: Cinnabar. HEX triplet: DC, 35 and 26. RGB value is (220,53,38). Sum of RGB (Red+Green+Blue) = 220+53+38=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3526 is #23CAD9. Grayscale: #656565. Windows color (decimal): -2345690 or 2504156. OLE color: 2504156.
HSL color Cylindrical-coordinate representation of color #DC3526: hue angle of 4.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC3526 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 38 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.14 |
| HSL | 4.95º | 0.72% | 0.51% | - |
| HSV(B) | 4.95º | 0.83% | 0.86% | - |
| XYZ | 31.14 | 17.9 | 3.65 | - |
| YUV | 101.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 38 | 0 | 0.76 | 0.83 | 0.14 | 4.95 | 0.72 | 0.51 |
| Hex | DC | 35 | 26 | 0 | 4C | 53 | E | 5 | 48 | 33 |
| Octal | 334 | 65 | 46 | 0 | 114 | 123 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 110101 | 100110 | 0 | 1001100 | 1010011 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3526
Complementary color
Monochromatic Colors of #DC3526
Black with #DC3526
Text Example
Text Example
White with #DC3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3526; }
p { color: rgb(220,53,38); }
H1.HeaderClassName
{
color: #DC3526;
}
.AnyTagClassName
{
color: #DC3526;
}
</style>
background-color css
<style>
a { background-color: #DC3526; }
a { background-color: rgb(220,53,38); }
div.DivClassName
{
background-color: #DC3526;
}
.BgClassName
{
background-color: #DC3526;
}
</style>
border-color css
<style>
span { border-color: #DC3526; }
span { border-color: rgb(220,53,38); }
td.TdClassName
{
border-color: #DC3526;
}
.TagClassName
{
border-color: #DC3526;
}
</style>