Shades of Cinnabar #DC4541
Tints of Cinnabar #DC4541
RGB
CMYK
RGB Variations
Color information
#DC4541 (or 0xDC4541) is known color: Cinnabar. HEX triplet: DC, 45 and 41. RGB value is (220,69,65). Sum of RGB (Red+Green+Blue) = 220+69+65=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4541 is #23BABE. Grayscale: #717171. Windows color (decimal): -2341567 or 4277724. OLE color: 4277724.
HSL color Cylindrical-coordinate representation of color #DC4541: hue angle of 1.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4541 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 65 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.14 |
| HSL | 1.55º | 0.69% | 0.56% | - |
| HSV(B) | 1.55º | 0.7% | 0.86% | - |
| XYZ | 32.6 | 19.85 | 7.12 | - |
| YUV | 113.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 65 | 0 | 0.69 | 0.70 | 0.14 | 1.55 | 0.69 | 0.56 |
| Hex | DC | 45 | 41 | 0 | 45 | 46 | E | 2 | 45 | 38 |
| Octal | 334 | 105 | 101 | 0 | 105 | 106 | 16 | 2 | 105 | 70 |
| Binary | 11011100 | 1000101 | 1000001 | 0 | 1000101 | 1000110 | 1110 | 10 | 1000101 | 111000 |
Color Harmonies of #DC4541
Complementary color
Monochromatic Colors of #DC4541
Black with #DC4541
Text Example
Text Example
White with #DC4541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4541; }
p { color: rgb(220,69,65); }
H1.HeaderClassName
{
color: #DC4541;
}
.AnyTagClassName
{
color: #DC4541;
}
</style>
background-color css
<style>
a { background-color: #DC4541; }
a { background-color: rgb(220,69,65); }
div.DivClassName
{
background-color: #DC4541;
}
.BgClassName
{
background-color: #DC4541;
}
</style>
border-color css
<style>
span { border-color: #DC4541; }
span { border-color: rgb(220,69,65); }
td.TdClassName
{
border-color: #DC4541;
}
.TagClassName
{
border-color: #DC4541;
}
</style>