Shades of Cinnabar #DD502A
Tints of Cinnabar #DD502A
RGB
CMYK
RGB Variations
Color information
#DD502A (or 0xDD502A) is known color: Cinnabar. HEX triplet: DD, 50 and 2A. RGB value is (221,80,42). Sum of RGB (Red+Green+Blue) = 221+80+42=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD502A is #22AFD5. Grayscale: #767676. Windows color (decimal): -2273238 or 2773213. OLE color: 2773213.
HSL color Cylindrical-coordinate representation of color #DD502A: hue angle of 12.74º 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 #DD502A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 42 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.13 |
| HSL | 12.74º | 0.72% | 0.52% | - |
| HSV(B) | 12.74º | 0.81% | 0.87% | - |
| XYZ | 33.11 | 21.28 | 4.55 | - |
| YUV | 117.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 42 | 0 | 0.64 | 0.81 | 0.13 | 12.74 | 0.72 | 0.52 |
| Hex | DD | 50 | 2A | 0 | 40 | 51 | D | D | 48 | 34 |
| Octal | 335 | 120 | 52 | 0 | 100 | 121 | 15 | 15 | 110 | 64 |
| Binary | 11011101 | 1010000 | 101010 | 0 | 1000000 | 1010001 | 1101 | 1101 | 1001000 | 110100 |
Color Harmonies of #DD502A
Complementary color
Monochromatic Colors of #DD502A
Black with #DD502A
Text Example
Text Example
White with #DD502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD502A; }
p { color: rgb(221,80,42); }
H1.HeaderClassName
{
color: #DD502A;
}
.AnyTagClassName
{
color: #DD502A;
}
</style>
background-color css
<style>
a { background-color: #DD502A; }
a { background-color: rgb(221,80,42); }
div.DivClassName
{
background-color: #DD502A;
}
.BgClassName
{
background-color: #DD502A;
}
</style>
border-color css
<style>
span { border-color: #DD502A; }
span { border-color: rgb(221,80,42); }
td.TdClassName
{
border-color: #DD502A;
}
.TagClassName
{
border-color: #DD502A;
}
</style>