Shades of Cinnabar #DD5031
Tints of Cinnabar #DD5031
RGB
CMYK
RGB Variations
Color information
#DD5031 (or 0xDD5031) is known color: Cinnabar. HEX triplet: DD, 50 and 31. RGB value is (221,80,49). Sum of RGB (Red+Green+Blue) = 221+80+49=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5031 is #22AFCE. Grayscale: #767676. Windows color (decimal): -2273231 or 3231965. OLE color: 3231965.
HSL color Cylindrical-coordinate representation of color #DD5031: hue angle of 10.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5031 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 10.81º | 0.72% | 0.53% | - |
| HSV(B) | 10.81º | 0.78% | 0.87% | - |
| XYZ | 33.24 | 21.33 | 5.27 | - |
| YUV | 118.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 49 | 0 | 0.64 | 0.78 | 0.13 | 10.81 | 0.72 | 0.53 |
| Hex | DD | 50 | 31 | 0 | 40 | 4E | D | B | 48 | 35 |
| Octal | 335 | 120 | 61 | 0 | 100 | 116 | 15 | 13 | 110 | 65 |
| Binary | 11011101 | 1010000 | 110001 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DD5031
Complementary color
Monochromatic Colors of #DD5031
Black with #DD5031
Text Example
Text Example
White with #DD5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5031; }
p { color: rgb(221,80,49); }
H1.HeaderClassName
{
color: #DD5031;
}
.AnyTagClassName
{
color: #DD5031;
}
</style>
background-color css
<style>
a { background-color: #DD5031; }
a { background-color: rgb(221,80,49); }
div.DivClassName
{
background-color: #DD5031;
}
.BgClassName
{
background-color: #DD5031;
}
</style>
border-color css
<style>
span { border-color: #DD5031; }
span { border-color: rgb(221,80,49); }
td.TdClassName
{
border-color: #DD5031;
}
.TagClassName
{
border-color: #DD5031;
}
</style>