Shades of Cinnabar #DC453D
Tints of Cinnabar #DC453D
RGB
CMYK
RGB Variations
Color information
#DC453D (or 0xDC453D) is known color: Cinnabar. HEX triplet: DC, 45 and 3D. RGB value is (220,69,61). Sum of RGB (Red+Green+Blue) = 220+69+61=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC453D is #23BAC2. Grayscale: #717171. Windows color (decimal): -2341571 or 4015580. OLE color: 4015580.
HSL color Cylindrical-coordinate representation of color #DC453D: hue angle of 3.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC453D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 61 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.14 |
| HSL | 3.02º | 0.69% | 0.55% | - |
| HSV(B) | 3.02º | 0.72% | 0.86% | - |
| XYZ | 32.49 | 19.81 | 6.53 | - |
| YUV | 113.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 61 | 0 | 0.69 | 0.72 | 0.14 | 3.02 | 0.69 | 0.55 |
| Hex | DC | 45 | 3D | 0 | 45 | 48 | E | 3 | 45 | 37 |
| Octal | 334 | 105 | 75 | 0 | 105 | 110 | 16 | 3 | 105 | 67 |
| Binary | 11011100 | 1000101 | 111101 | 0 | 1000101 | 1001000 | 1110 | 11 | 1000101 | 110111 |
Color Harmonies of #DC453D
Complementary color
Monochromatic Colors of #DC453D
Black with #DC453D
Text Example
Text Example
White with #DC453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC453D; }
p { color: rgb(220,69,61); }
H1.HeaderClassName
{
color: #DC453D;
}
.AnyTagClassName
{
color: #DC453D;
}
</style>
background-color css
<style>
a { background-color: #DC453D; }
a { background-color: rgb(220,69,61); }
div.DivClassName
{
background-color: #DC453D;
}
.BgClassName
{
background-color: #DC453D;
}
</style>
border-color css
<style>
span { border-color: #DC453D; }
span { border-color: rgb(220,69,61); }
td.TdClassName
{
border-color: #DC453D;
}
.TagClassName
{
border-color: #DC453D;
}
</style>