Shades of Cinnabar #DC362D
Tints of Cinnabar #DC362D
RGB
CMYK
RGB Variations
Color information
#DC362D (or 0xDC362D) is known color: Cinnabar. HEX triplet: DC, 36 and 2D. RGB value is (220,54,45). Sum of RGB (Red+Green+Blue) = 220+54+45=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC362D is #23C9D2. Grayscale: #666666. Windows color (decimal): -2345427 or 2963164. OLE color: 2963164.
HSL color Cylindrical-coordinate representation of color #DC362D: hue angle of 3.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC362D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.14 |
| HSL | 3.09º | 0.71% | 0.52% | - |
| HSV(B) | 3.09º | 0.8% | 0.86% | - |
| XYZ | 31.31 | 18.04 | 4.32 | - |
| YUV | 102.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 45 | 0 | 0.75 | 0.80 | 0.14 | 3.09 | 0.71 | 0.52 |
| Hex | DC | 36 | 2D | 0 | 4B | 50 | E | 3 | 47 | 34 |
| Octal | 334 | 66 | 55 | 0 | 113 | 120 | 16 | 3 | 107 | 64 |
| Binary | 11011100 | 110110 | 101101 | 0 | 1001011 | 1010000 | 1110 | 11 | 1000111 | 110100 |
Color Harmonies of #DC362D
Complementary color
Monochromatic Colors of #DC362D
Black with #DC362D
Text Example
Text Example
White with #DC362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC362D; }
p { color: rgb(220,54,45); }
H1.HeaderClassName
{
color: #DC362D;
}
.AnyTagClassName
{
color: #DC362D;
}
</style>
background-color css
<style>
a { background-color: #DC362D; }
a { background-color: rgb(220,54,45); }
div.DivClassName
{
background-color: #DC362D;
}
.BgClassName
{
background-color: #DC362D;
}
</style>
border-color css
<style>
span { border-color: #DC362D; }
span { border-color: rgb(220,54,45); }
td.TdClassName
{
border-color: #DC362D;
}
.TagClassName
{
border-color: #DC362D;
}
</style>