Shades of Cinnabar #DD5028
Tints of Cinnabar #DD5028
RGB
CMYK
RGB Variations
Color information
#DD5028 (or 0xDD5028) is known color: Cinnabar. HEX triplet: DD, 50 and 28. RGB value is (221,80,40). Sum of RGB (Red+Green+Blue) = 221+80+40=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5028 is #22AFD7. Grayscale: #757575. Windows color (decimal): -2273240 or 2642141. OLE color: 2642141.
HSL color Cylindrical-coordinate representation of color #DD5028: hue angle of 13.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD5028 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.13 |
| HSL | 13.26º | 0.73% | 0.51% | - |
| HSV(B) | 13.26º | 0.82% | 0.87% | - |
| XYZ | 33.07 | 21.26 | 4.37 | - |
| YUV | 117.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 40 | 0 | 0.64 | 0.82 | 0.13 | 13.26 | 0.73 | 0.51 |
| Hex | DD | 50 | 28 | 0 | 40 | 52 | D | D | 49 | 33 |
| Octal | 335 | 120 | 50 | 0 | 100 | 122 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1010000 | 101000 | 0 | 1000000 | 1010010 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD5028
Complementary color
Monochromatic Colors of #DD5028
Black with #DD5028
Text Example
Text Example
White with #DD5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5028; }
p { color: rgb(221,80,40); }
H1.HeaderClassName
{
color: #DD5028;
}
.AnyTagClassName
{
color: #DD5028;
}
</style>
background-color css
<style>
a { background-color: #DD5028; }
a { background-color: rgb(221,80,40); }
div.DivClassName
{
background-color: #DD5028;
}
.BgClassName
{
background-color: #DD5028;
}
</style>
border-color css
<style>
span { border-color: #DD5028; }
span { border-color: rgb(221,80,40); }
td.TdClassName
{
border-color: #DD5028;
}
.TagClassName
{
border-color: #DD5028;
}
</style>