Shades of Cinnabar #DD5038
Tints of Cinnabar #DD5038
RGB
CMYK
RGB Variations
Color information
#DD5038 (or 0xDD5038) is known color: Cinnabar. HEX triplet: DD, 50 and 38. RGB value is (221,80,56). Sum of RGB (Red+Green+Blue) = 221+80+56=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5038 is #22AFC7. Grayscale: #777777. Windows color (decimal): -2273224 or 3690717. OLE color: 3690717.
HSL color Cylindrical-coordinate representation of color #DD5038: hue angle of 8.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD5038 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 56 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.13 |
| HSL | 8.73º | 0.71% | 0.54% | - |
| HSV(B) | 8.73º | 0.75% | 0.87% | - |
| XYZ | 33.4 | 21.4 | 6.11 | - |
| YUV | 119.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 56 | 0 | 0.64 | 0.75 | 0.13 | 8.73 | 0.71 | 0.54 |
| Hex | DD | 50 | 38 | 0 | 40 | 4B | D | 9 | 47 | 36 |
| Octal | 335 | 120 | 70 | 0 | 100 | 113 | 15 | 11 | 107 | 66 |
| Binary | 11011101 | 1010000 | 111000 | 0 | 1000000 | 1001011 | 1101 | 1001 | 1000111 | 110110 |
Color Harmonies of #DD5038
Complementary color
Monochromatic Colors of #DD5038
Black with #DD5038
Text Example
Text Example
White with #DD5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5038; }
p { color: rgb(221,80,56); }
H1.HeaderClassName
{
color: #DD5038;
}
.AnyTagClassName
{
color: #DD5038;
}
</style>
background-color css
<style>
a { background-color: #DD5038; }
a { background-color: rgb(221,80,56); }
div.DivClassName
{
background-color: #DD5038;
}
.BgClassName
{
background-color: #DD5038;
}
</style>
border-color css
<style>
span { border-color: #DD5038; }
span { border-color: rgb(221,80,56); }
td.TdClassName
{
border-color: #DD5038;
}
.TagClassName
{
border-color: #DD5038;
}
</style>