Shades of Cinnabar #DC453B
Tints of Cinnabar #DC453B
RGB
CMYK
RGB Variations
Color information
#DC453B (or 0xDC453B) is known color: Cinnabar. HEX triplet: DC, 45 and 3B. RGB value is (220,69,59). Sum of RGB (Red+Green+Blue) = 220+69+59=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC453B is #23BAC4. Grayscale: #717171. Windows color (decimal): -2341573 or 3884508. OLE color: 3884508.
HSL color Cylindrical-coordinate representation of color #DC453B: hue angle of 3.73º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC453B is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 59 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.14 |
| HSL | 3.73º | 0.7% | 0.55% | - |
| HSV(B) | 3.73º | 0.73% | 0.86% | - |
| XYZ | 32.43 | 19.79 | 6.25 | - |
| YUV | 113.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 59 | 0 | 0.69 | 0.73 | 0.14 | 3.73 | 0.7 | 0.55 |
| Hex | DC | 45 | 3B | 0 | 45 | 49 | E | 4 | 46 | 37 |
| Octal | 334 | 105 | 73 | 0 | 105 | 111 | 16 | 4 | 106 | 67 |
| Binary | 11011100 | 1000101 | 111011 | 0 | 1000101 | 1001001 | 1110 | 100 | 1000110 | 110111 |
Color Harmonies of #DC453B
Complementary color
Monochromatic Colors of #DC453B
Black with #DC453B
Text Example
Text Example
White with #DC453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC453B; }
p { color: rgb(220,69,59); }
H1.HeaderClassName
{
color: #DC453B;
}
.AnyTagClassName
{
color: #DC453B;
}
</style>
background-color css
<style>
a { background-color: #DC453B; }
a { background-color: rgb(220,69,59); }
div.DivClassName
{
background-color: #DC453B;
}
.BgClassName
{
background-color: #DC453B;
}
</style>
border-color css
<style>
span { border-color: #DC453B; }
span { border-color: rgb(220,69,59); }
td.TdClassName
{
border-color: #DC453B;
}
.TagClassName
{
border-color: #DC453B;
}
</style>