Shades of Cinnabar #DD492B
Tints of Cinnabar #DD492B
RGB
CMYK
RGB Variations
Color information
#DD492B (or 0xDD492B) is known color: Cinnabar. HEX triplet: DD, 49 and 2B. RGB value is (221,73,43). Sum of RGB (Red+Green+Blue) = 221+73+43=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD492B is #22B6D4. Grayscale: #727272. Windows color (decimal): -2275029 or 2836957. OLE color: 2836957.
HSL color Cylindrical-coordinate representation of color #DD492B: hue angle of 10.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD492B is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 43 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.13 |
| HSL | 10.11º | 0.72% | 0.52% | - |
| HSV(B) | 10.11º | 0.81% | 0.87% | - |
| XYZ | 32.64 | 20.31 | 4.49 | - |
| YUV | 113.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 43 | 0 | 0.67 | 0.81 | 0.13 | 10.11 | 0.72 | 0.52 |
| Hex | DD | 49 | 2B | 0 | 43 | 51 | D | A | 48 | 34 |
| Octal | 335 | 111 | 53 | 0 | 103 | 121 | 15 | 12 | 110 | 64 |
| Binary | 11011101 | 1001001 | 101011 | 0 | 1000011 | 1010001 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD492B
Complementary color
Monochromatic Colors of #DD492B
Black with #DD492B
Text Example
Text Example
White with #DD492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD492B; }
p { color: rgb(221,73,43); }
H1.HeaderClassName
{
color: #DD492B;
}
.AnyTagClassName
{
color: #DD492B;
}
</style>
background-color css
<style>
a { background-color: #DD492B; }
a { background-color: rgb(221,73,43); }
div.DivClassName
{
background-color: #DD492B;
}
.BgClassName
{
background-color: #DD492B;
}
</style>
border-color css
<style>
span { border-color: #DD492B; }
span { border-color: rgb(221,73,43); }
td.TdClassName
{
border-color: #DD492B;
}
.TagClassName
{
border-color: #DD492B;
}
</style>