Shades of Cinnabar #DD5030
Tints of Cinnabar #DD5030
RGB
CMYK
RGB Variations
Color information
#DD5030 (or 0xDD5030) is known color: Cinnabar. HEX triplet: DD, 50 and 30. RGB value is (221,80,48). Sum of RGB (Red+Green+Blue) = 221+80+48=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5030 is #22AFCF. Grayscale: #767676. Windows color (decimal): -2273232 or 3166429. OLE color: 3166429.
HSL color Cylindrical-coordinate representation of color #DD5030: hue angle of 11.1º 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 #DD5030 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 48 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.13 |
| HSL | 11.1º | 0.72% | 0.53% | - |
| HSV(B) | 11.1º | 0.78% | 0.87% | - |
| XYZ | 33.22 | 21.32 | 5.16 | - |
| YUV | 118.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 48 | 0 | 0.64 | 0.78 | 0.13 | 11.1 | 0.72 | 0.53 |
| Hex | DD | 50 | 30 | 0 | 40 | 4E | D | B | 48 | 35 |
| Octal | 335 | 120 | 60 | 0 | 100 | 116 | 15 | 13 | 110 | 65 |
| Binary | 11011101 | 1010000 | 110000 | 0 | 1000000 | 1001110 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DD5030
Complementary color
Monochromatic Colors of #DD5030
Black with #DD5030
Text Example
Text Example
White with #DD5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5030; }
p { color: rgb(221,80,48); }
H1.HeaderClassName
{
color: #DD5030;
}
.AnyTagClassName
{
color: #DD5030;
}
</style>
background-color css
<style>
a { background-color: #DD5030; }
a { background-color: rgb(221,80,48); }
div.DivClassName
{
background-color: #DD5030;
}
.BgClassName
{
background-color: #DD5030;
}
</style>
border-color css
<style>
span { border-color: #DD5030; }
span { border-color: rgb(221,80,48); }
td.TdClassName
{
border-color: #DD5030;
}
.TagClassName
{
border-color: #DD5030;
}
</style>