Shades of Cinnabar #DD493A
Tints of Cinnabar #DD493A
RGB
CMYK
RGB Variations
Color information
#DD493A (or 0xDD493A) is known color: Cinnabar. HEX triplet: DD, 49 and 3A. RGB value is (221,73,58). Sum of RGB (Red+Green+Blue) = 221+73+58=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD493A is #22B6C5. Grayscale: #737373. Windows color (decimal): -2275014 or 3819997. OLE color: 3819997.
HSL color Cylindrical-coordinate representation of color #DD493A: hue angle of 5.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD493A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 58 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.13 |
| HSL | 5.52º | 0.71% | 0.55% | - |
| HSV(B) | 5.52º | 0.74% | 0.87% | - |
| XYZ | 32.97 | 20.44 | 6.21 | - |
| YUV | 115.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 58 | 0 | 0.67 | 0.74 | 0.13 | 5.52 | 0.71 | 0.55 |
| Hex | DD | 49 | 3A | 0 | 43 | 4A | D | 6 | 47 | 37 |
| Octal | 335 | 111 | 72 | 0 | 103 | 112 | 15 | 6 | 107 | 67 |
| Binary | 11011101 | 1001001 | 111010 | 0 | 1000011 | 1001010 | 1101 | 110 | 1000111 | 110111 |
Color Harmonies of #DD493A
Complementary color
Monochromatic Colors of #DD493A
Black with #DD493A
Text Example
Text Example
White with #DD493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD493A; }
p { color: rgb(221,73,58); }
H1.HeaderClassName
{
color: #DD493A;
}
.AnyTagClassName
{
color: #DD493A;
}
</style>
background-color css
<style>
a { background-color: #DD493A; }
a { background-color: rgb(221,73,58); }
div.DivClassName
{
background-color: #DD493A;
}
.BgClassName
{
background-color: #DD493A;
}
</style>
border-color css
<style>
span { border-color: #DD493A; }
span { border-color: rgb(221,73,58); }
td.TdClassName
{
border-color: #DD493A;
}
.TagClassName
{
border-color: #DD493A;
}
</style>