Shades of Cinnabar #DC352A
Tints of Cinnabar #DC352A
RGB
CMYK
RGB Variations
Color information
#DC352A (or 0xDC352A) is known color: Cinnabar. HEX triplet: DC, 35 and 2A. RGB value is (220,53,42). Sum of RGB (Red+Green+Blue) = 220+53+42=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC352A is #23CAD5. Grayscale: #656565. Windows color (decimal): -2345686 or 2766300. OLE color: 2766300.
HSL color Cylindrical-coordinate representation of color #DC352A: hue angle of 3.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC352A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.14 |
| HSL | 3.71º | 0.72% | 0.51% | - |
| HSV(B) | 3.71º | 0.81% | 0.86% | - |
| XYZ | 31.21 | 17.93 | 4.01 | - |
| YUV | 101.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 42 | 0 | 0.76 | 0.81 | 0.14 | 3.71 | 0.72 | 0.51 |
| Hex | DC | 35 | 2A | 0 | 4C | 51 | E | 4 | 48 | 33 |
| Octal | 334 | 65 | 52 | 0 | 114 | 121 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110101 | 101010 | 0 | 1001100 | 1010001 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC352A
Complementary color
Monochromatic Colors of #DC352A
Black with #DC352A
Text Example
Text Example
White with #DC352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC352A; }
p { color: rgb(220,53,42); }
H1.HeaderClassName
{
color: #DC352A;
}
.AnyTagClassName
{
color: #DC352A;
}
</style>
background-color css
<style>
a { background-color: #DC352A; }
a { background-color: rgb(220,53,42); }
div.DivClassName
{
background-color: #DC352A;
}
.BgClassName
{
background-color: #DC352A;
}
</style>
border-color css
<style>
span { border-color: #DC352A; }
span { border-color: rgb(220,53,42); }
td.TdClassName
{
border-color: #DC352A;
}
.TagClassName
{
border-color: #DC352A;
}
</style>