Shades of Cinnabar #DD4F27
Tints of Cinnabar #DD4F27
RGB
CMYK
RGB Variations
Color information
#DD4F27 (or 0xDD4F27) is known color: Cinnabar. HEX triplet: DD, 4F and 27. RGB value is (221,79,39). Sum of RGB (Red+Green+Blue) = 221+79+39=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F27 is #22B0D8. Grayscale: #757575. Windows color (decimal): -2273497 or 2576349. OLE color: 2576349.
HSL color Cylindrical-coordinate representation of color #DD4F27: hue angle of 13.19º 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 #DD4F27 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 39 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.13 |
| HSL | 13.19º | 0.73% | 0.51% | - |
| HSV(B) | 13.19º | 0.82% | 0.87% | - |
| XYZ | 32.98 | 21.11 | 4.26 | - |
| YUV | 116.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 39 | 0 | 0.64 | 0.82 | 0.13 | 13.19 | 0.73 | 0.51 |
| Hex | DD | 4F | 27 | 0 | 40 | 52 | D | D | 49 | 33 |
| Octal | 335 | 117 | 47 | 0 | 100 | 122 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1001111 | 100111 | 0 | 1000000 | 1010010 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD4F27
Complementary color
Monochromatic Colors of #DD4F27
Black with #DD4F27
Text Example
Text Example
White with #DD4F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F27; }
p { color: rgb(221,79,39); }
H1.HeaderClassName
{
color: #DD4F27;
}
.AnyTagClassName
{
color: #DD4F27;
}
</style>
background-color css
<style>
a { background-color: #DD4F27; }
a { background-color: rgb(221,79,39); }
div.DivClassName
{
background-color: #DD4F27;
}
.BgClassName
{
background-color: #DD4F27;
}
</style>
border-color css
<style>
span { border-color: #DD4F27; }
span { border-color: rgb(221,79,39); }
td.TdClassName
{
border-color: #DD4F27;
}
.TagClassName
{
border-color: #DD4F27;
}
</style>