Shades of Cinnabar #DC3527
Tints of Cinnabar #DC3527
RGB
CMYK
RGB Variations
Color information
#DC3527 (or 0xDC3527) is known color: Cinnabar. HEX triplet: DC, 35 and 27. RGB value is (220,53,39). Sum of RGB (Red+Green+Blue) = 220+53+39=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3527 is #23CAD8. Grayscale: #656565. Windows color (decimal): -2345689 or 2569692. OLE color: 2569692.
HSL color Cylindrical-coordinate representation of color #DC3527: hue angle of 4.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3527 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 39 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.14 |
| HSL | 4.64º | 0.72% | 0.51% | - |
| HSV(B) | 4.64º | 0.82% | 0.86% | - |
| XYZ | 31.15 | 17.91 | 3.73 | - |
| YUV | 101.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 39 | 0 | 0.76 | 0.82 | 0.14 | 4.64 | 0.72 | 0.51 |
| Hex | DC | 35 | 27 | 0 | 4C | 52 | E | 5 | 48 | 33 |
| Octal | 334 | 65 | 47 | 0 | 114 | 122 | 16 | 5 | 110 | 63 |
| Binary | 11011100 | 110101 | 100111 | 0 | 1001100 | 1010010 | 1110 | 101 | 1001000 | 110011 |
Color Harmonies of #DC3527
Complementary color
Monochromatic Colors of #DC3527
Black with #DC3527
Text Example
Text Example
White with #DC3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3527; }
p { color: rgb(220,53,39); }
H1.HeaderClassName
{
color: #DC3527;
}
.AnyTagClassName
{
color: #DC3527;
}
</style>
background-color css
<style>
a { background-color: #DC3527; }
a { background-color: rgb(220,53,39); }
div.DivClassName
{
background-color: #DC3527;
}
.BgClassName
{
background-color: #DC3527;
}
</style>
border-color css
<style>
span { border-color: #DC3527; }
span { border-color: rgb(220,53,39); }
td.TdClassName
{
border-color: #DC3527;
}
.TagClassName
{
border-color: #DC3527;
}
</style>