Shades of Cinnabar #DD4E27
Tints of Cinnabar #DD4E27
RGB
CMYK
RGB Variations
Color information
#DD4E27 (or 0xDD4E27) is known color: Cinnabar. HEX triplet: DD, 4E and 27. RGB value is (221,78,39). Sum of RGB (Red+Green+Blue) = 221+78+39=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E27 is #22B1D8. Grayscale: #747474. Windows color (decimal): -2273753 or 2576093. OLE color: 2576093.
HSL color Cylindrical-coordinate representation of color #DD4E27: hue angle of 12.86º 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 #DD4E27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.13 |
| HSL | 12.86º | 0.73% | 0.51% | - |
| HSV(B) | 12.86º | 0.82% | 0.87% | - |
| XYZ | 32.91 | 20.97 | 4.23 | - |
| YUV | 116.31 | 84.38 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 39 | 0 | 0.65 | 0.82 | 0.13 | 12.86 | 0.73 | 0.51 |
| Hex | DD | 4E | 27 | 0 | 41 | 52 | D | D | 49 | 33 |
| Octal | 335 | 116 | 47 | 0 | 101 | 122 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1001110 | 100111 | 0 | 1000001 | 1010010 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD4E27
Complementary color
Monochromatic Colors of #DD4E27
Black with #DD4E27
Text Example
Text Example
White with #DD4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E27; }
p { color: rgb(221,78,39); }
H1.HeaderClassName
{
color: #DD4E27;
}
.AnyTagClassName
{
color: #DD4E27;
}
</style>
background-color css
<style>
a { background-color: #DD4E27; }
a { background-color: rgb(221,78,39); }
div.DivClassName
{
background-color: #DD4E27;
}
.BgClassName
{
background-color: #DD4E27;
}
</style>
border-color css
<style>
span { border-color: #DD4E27; }
span { border-color: rgb(221,78,39); }
td.TdClassName
{
border-color: #DD4E27;
}
.TagClassName
{
border-color: #DD4E27;
}
</style>