Shades of Cinnabar #DC3523
Tints of Cinnabar #DC3523
RGB
CMYK
RGB Variations
Color information
#DC3523 (or 0xDC3523) is known color: Cinnabar. HEX triplet: DC, 35 and 23. RGB value is (220,53,35). Sum of RGB (Red+Green+Blue) = 220+53+35=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3523 is #23CADC. Grayscale: #656565. Windows color (decimal): -2345693 or 2307548. OLE color: 2307548.
HSL color Cylindrical-coordinate representation of color #DC3523: hue angle of 5.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3523 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 35 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.14 |
| HSL | 5.84º | 0.73% | 0.5% | - |
| HSV(B) | 5.84º | 0.84% | 0.86% | - |
| XYZ | 31.09 | 17.88 | 3.4 | - |
| YUV | 100.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 35 | 0 | 0.76 | 0.84 | 0.14 | 5.84 | 0.73 | 0.5 |
| Hex | DC | 35 | 23 | 0 | 4C | 54 | E | 6 | 49 | 32 |
| Octal | 334 | 65 | 43 | 0 | 114 | 124 | 16 | 6 | 111 | 62 |
| Binary | 11011100 | 110101 | 100011 | 0 | 1001100 | 1010100 | 1110 | 110 | 1001001 | 110010 |
Color Harmonies of #DC3523
Complementary color
Monochromatic Colors of #DC3523
Black with #DC3523
Text Example
Text Example
White with #DC3523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3523; }
p { color: rgb(220,53,35); }
H1.HeaderClassName
{
color: #DC3523;
}
.AnyTagClassName
{
color: #DC3523;
}
</style>
background-color css
<style>
a { background-color: #DC3523; }
a { background-color: rgb(220,53,35); }
div.DivClassName
{
background-color: #DC3523;
}
.BgClassName
{
background-color: #DC3523;
}
</style>
border-color css
<style>
span { border-color: #DC3523; }
span { border-color: rgb(220,53,35); }
td.TdClassName
{
border-color: #DC3523;
}
.TagClassName
{
border-color: #DC3523;
}
</style>