Shades of Cinnabar #DD502E
Tints of Cinnabar #DD502E
RGB
CMYK
RGB Variations
Color information
#DD502E (or 0xDD502E) is known color: Cinnabar. HEX triplet: DD, 50 and 2E. RGB value is (221,80,46). Sum of RGB (Red+Green+Blue) = 221+80+46=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD502E is #22AFD1. Grayscale: #767676. Windows color (decimal): -2273234 or 3035357. OLE color: 3035357.
HSL color Cylindrical-coordinate representation of color #DD502E: hue angle of 11.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD502E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.13 |
| HSL | 11.66º | 0.72% | 0.52% | - |
| HSV(B) | 11.66º | 0.79% | 0.87% | - |
| XYZ | 33.18 | 21.31 | 4.95 | - |
| YUV | 118.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 46 | 0 | 0.64 | 0.79 | 0.13 | 11.66 | 0.72 | 0.52 |
| Hex | DD | 50 | 2E | 0 | 40 | 4F | D | C | 48 | 34 |
| Octal | 335 | 120 | 56 | 0 | 100 | 117 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1010000 | 101110 | 0 | 1000000 | 1001111 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD502E
Complementary color
Monochromatic Colors of #DD502E
Black with #DD502E
Text Example
Text Example
White with #DD502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD502E; }
p { color: rgb(221,80,46); }
H1.HeaderClassName
{
color: #DD502E;
}
.AnyTagClassName
{
color: #DD502E;
}
</style>
background-color css
<style>
a { background-color: #DD502E; }
a { background-color: rgb(221,80,46); }
div.DivClassName
{
background-color: #DD502E;
}
.BgClassName
{
background-color: #DD502E;
}
</style>
border-color css
<style>
span { border-color: #DD502E; }
span { border-color: rgb(221,80,46); }
td.TdClassName
{
border-color: #DD502E;
}
.TagClassName
{
border-color: #DD502E;
}
</style>