Shades of Cinnabar #DD502D
Tints of Cinnabar #DD502D
RGB
CMYK
RGB Variations
Color information
#DD502D (or 0xDD502D) is known color: Cinnabar. HEX triplet: DD, 50 and 2D. RGB value is (221,80,45). Sum of RGB (Red+Green+Blue) = 221+80+45=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD502D is #22AFD2. Grayscale: #767676. Windows color (decimal): -2273235 or 2969821. OLE color: 2969821.
HSL color Cylindrical-coordinate representation of color #DD502D: hue angle of 11.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD502D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.13 |
| HSL | 11.93º | 0.72% | 0.52% | - |
| HSV(B) | 11.93º | 0.8% | 0.87% | - |
| XYZ | 33.16 | 21.3 | 4.85 | - |
| YUV | 118.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 45 | 0 | 0.64 | 0.80 | 0.13 | 11.93 | 0.72 | 0.52 |
| Hex | DD | 50 | 2D | 0 | 40 | 50 | D | C | 48 | 34 |
| Octal | 335 | 120 | 55 | 0 | 100 | 120 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1010000 | 101101 | 0 | 1000000 | 1010000 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD502D
Complementary color
Monochromatic Colors of #DD502D
Black with #DD502D
Text Example
Text Example
White with #DD502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD502D; }
p { color: rgb(221,80,45); }
H1.HeaderClassName
{
color: #DD502D;
}
.AnyTagClassName
{
color: #DD502D;
}
</style>
background-color css
<style>
a { background-color: #DD502D; }
a { background-color: rgb(221,80,45); }
div.DivClassName
{
background-color: #DD502D;
}
.BgClassName
{
background-color: #DD502D;
}
</style>
border-color css
<style>
span { border-color: #DD502D; }
span { border-color: rgb(221,80,45); }
td.TdClassName
{
border-color: #DD502D;
}
.TagClassName
{
border-color: #DD502D;
}
</style>