Shades of Cinnabar #DC493F
Tints of Cinnabar #DC493F
RGB
CMYK
RGB Variations
Color information
#DC493F (or 0xDC493F) is known color: Cinnabar. HEX triplet: DC, 49 and 3F. RGB value is (220,73,63). Sum of RGB (Red+Green+Blue) = 220+73+63=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC493F is #23B6C0. Grayscale: #747474. Windows color (decimal): -2340545 or 4147676. OLE color: 4147676.
HSL color Cylindrical-coordinate representation of color #DC493F: hue angle of 3.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC493F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.14 |
| HSL | 3.82º | 0.69% | 0.55% | - |
| HSV(B) | 3.82º | 0.71% | 0.86% | - |
| XYZ | 32.79 | 20.34 | 6.9 | - |
| YUV | 115.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 63 | 0 | 0.67 | 0.71 | 0.14 | 3.82 | 0.69 | 0.55 |
| Hex | DC | 49 | 3F | 0 | 43 | 47 | E | 4 | 45 | 37 |
| Octal | 334 | 111 | 77 | 0 | 103 | 107 | 16 | 4 | 105 | 67 |
| Binary | 11011100 | 1001001 | 111111 | 0 | 1000011 | 1000111 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DC493F
Complementary color
Monochromatic Colors of #DC493F
Black with #DC493F
Text Example
Text Example
White with #DC493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC493F; }
p { color: rgb(220,73,63); }
H1.HeaderClassName
{
color: #DC493F;
}
.AnyTagClassName
{
color: #DC493F;
}
</style>
background-color css
<style>
a { background-color: #DC493F; }
a { background-color: rgb(220,73,63); }
div.DivClassName
{
background-color: #DC493F;
}
.BgClassName
{
background-color: #DC493F;
}
</style>
border-color css
<style>
span { border-color: #DC493F; }
span { border-color: rgb(220,73,63); }
td.TdClassName
{
border-color: #DC493F;
}
.TagClassName
{
border-color: #DC493F;
}
</style>