Shades of Cinnabar #DD4E36
Tints of Cinnabar #DD4E36
RGB
CMYK
RGB Variations
Color information
#DD4E36 (or 0xDD4E36) is known color: Cinnabar. HEX triplet: DD, 4E and 36. RGB value is (221,78,54). Sum of RGB (Red+Green+Blue) = 221+78+54=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E36 is #22B1C9. Grayscale: #767676. Windows color (decimal): -2273738 or 3559133. OLE color: 3559133.
HSL color Cylindrical-coordinate representation of color #DD4E36: hue angle of 8.62º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD4E36 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 54 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.13 |
| HSL | 8.62º | 0.71% | 0.54% | - |
| HSV(B) | 8.62º | 0.76% | 0.87% | - |
| XYZ | 33.21 | 21.09 | 5.81 | - |
| YUV | 118.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 54 | 0 | 0.65 | 0.76 | 0.13 | 8.62 | 0.71 | 0.54 |
| Hex | DD | 4E | 36 | 0 | 41 | 4C | D | 9 | 47 | 36 |
| Octal | 335 | 116 | 66 | 0 | 101 | 114 | 15 | 11 | 107 | 66 |
| Binary | 11011101 | 1001110 | 110110 | 0 | 1000001 | 1001100 | 1101 | 1001 | 1000111 | 110110 |
Color Harmonies of #DD4E36
Complementary color
Monochromatic Colors of #DD4E36
Black with #DD4E36
Text Example
Text Example
White with #DD4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E36; }
p { color: rgb(221,78,54); }
H1.HeaderClassName
{
color: #DD4E36;
}
.AnyTagClassName
{
color: #DD4E36;
}
</style>
background-color css
<style>
a { background-color: #DD4E36; }
a { background-color: rgb(221,78,54); }
div.DivClassName
{
background-color: #DD4E36;
}
.BgClassName
{
background-color: #DD4E36;
}
</style>
border-color css
<style>
span { border-color: #DD4E36; }
span { border-color: rgb(221,78,54); }
td.TdClassName
{
border-color: #DD4E36;
}
.TagClassName
{
border-color: #DD4E36;
}
</style>