Shades of Cinnabar #DD4827
Tints of Cinnabar #DD4827
RGB
CMYK
RGB Variations
Color information
#DD4827 (or 0xDD4827) is known color: Cinnabar. HEX triplet: DD, 48 and 27. RGB value is (221,72,39). Sum of RGB (Red+Green+Blue) = 221+72+39=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4827 is #22B7D8. Grayscale: #717171. Windows color (decimal): -2275289 or 2574557. OLE color: 2574557.
HSL color Cylindrical-coordinate representation of color #DD4827: hue angle of 10.88º 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 #DD4827 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 39 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.13 |
| HSL | 10.88º | 0.73% | 0.51% | - |
| HSV(B) | 10.88º | 0.82% | 0.87% | - |
| XYZ | 32.5 | 20.15 | 4.1 | - |
| YUV | 112.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 39 | 0 | 0.67 | 0.82 | 0.13 | 10.88 | 0.73 | 0.51 |
| Hex | DD | 48 | 27 | 0 | 43 | 52 | D | B | 49 | 33 |
| Octal | 335 | 110 | 47 | 0 | 103 | 122 | 15 | 13 | 111 | 63 |
| Binary | 11011101 | 1001000 | 100111 | 0 | 1000011 | 1010010 | 1101 | 1011 | 1001001 | 110011 |
Color Harmonies of #DD4827
Complementary color
Monochromatic Colors of #DD4827
Black with #DD4827
Text Example
Text Example
White with #DD4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4827; }
p { color: rgb(221,72,39); }
H1.HeaderClassName
{
color: #DD4827;
}
.AnyTagClassName
{
color: #DD4827;
}
</style>
background-color css
<style>
a { background-color: #DD4827; }
a { background-color: rgb(221,72,39); }
div.DivClassName
{
background-color: #DD4827;
}
.BgClassName
{
background-color: #DD4827;
}
</style>
border-color css
<style>
span { border-color: #DD4827; }
span { border-color: rgb(221,72,39); }
td.TdClassName
{
border-color: #DD4827;
}
.TagClassName
{
border-color: #DD4827;
}
</style>