Shades of Cinnabar #DC3530
Tints of Cinnabar #DC3530
RGB
CMYK
RGB Variations
Color information
#DC3530 (or 0xDC3530) is known color: Cinnabar. HEX triplet: DC, 35 and 30. RGB value is (220,53,48). Sum of RGB (Red+Green+Blue) = 220+53+48=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3530 is #23CACF. Grayscale: #666666. Windows color (decimal): -2345680 or 3159516. OLE color: 3159516.
HSL color Cylindrical-coordinate representation of color #DC3530: hue angle of 1.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3530 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 48 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.14 |
| HSL | 1.74º | 0.71% | 0.53% | - |
| HSV(B) | 1.74º | 0.78% | 0.86% | - |
| XYZ | 31.32 | 17.98 | 4.62 | - |
| YUV | 102.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 48 | 0 | 0.76 | 0.78 | 0.14 | 1.74 | 0.71 | 0.53 |
| Hex | DC | 35 | 30 | 0 | 4C | 4E | E | 2 | 47 | 35 |
| Octal | 334 | 65 | 60 | 0 | 114 | 116 | 16 | 2 | 107 | 65 |
| Binary | 11011100 | 110101 | 110000 | 0 | 1001100 | 1001110 | 1110 | 10 | 1000111 | 110101 |
Color Harmonies of #DC3530
Complementary color
Monochromatic Colors of #DC3530
Black with #DC3530
Text Example
Text Example
White with #DC3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3530; }
p { color: rgb(220,53,48); }
H1.HeaderClassName
{
color: #DC3530;
}
.AnyTagClassName
{
color: #DC3530;
}
</style>
background-color css
<style>
a { background-color: #DC3530; }
a { background-color: rgb(220,53,48); }
div.DivClassName
{
background-color: #DC3530;
}
.BgClassName
{
background-color: #DC3530;
}
</style>
border-color css
<style>
span { border-color: #DC3530; }
span { border-color: rgb(220,53,48); }
td.TdClassName
{
border-color: #DC3530;
}
.TagClassName
{
border-color: #DC3530;
}
</style>