Shades of Cinnabar #DD4E38
Tints of Cinnabar #DD4E38
RGB
CMYK
RGB Variations
Color information
#DD4E38 (or 0xDD4E38) is known color: Cinnabar. HEX triplet: DD, 4E and 38. RGB value is (221,78,56). Sum of RGB (Red+Green+Blue) = 221+78+56=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E38 is #22B1C7. Grayscale: #767676. Windows color (decimal): -2273736 or 3690205. OLE color: 3690205.
HSL color Cylindrical-coordinate representation of color #DD4E38: hue angle of 8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD4E38 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 56 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.13 |
| HSL | 8º | 0.71% | 0.54% | - |
| HSV(B) | 8º | 0.75% | 0.87% | - |
| XYZ | 33.26 | 21.11 | 6.06 | - |
| YUV | 118.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 56 | 0 | 0.65 | 0.75 | 0.13 | 8 | 0.71 | 0.54 |
| Hex | DD | 4E | 38 | 0 | 41 | 4B | D | 8 | 47 | 36 |
| Octal | 335 | 116 | 70 | 0 | 101 | 113 | 15 | 10 | 107 | 66 |
| Binary | 11011101 | 1001110 | 111000 | 0 | 1000001 | 1001011 | 1101 | 1000 | 1000111 | 110110 |
Color Harmonies of #DD4E38
Complementary color
Monochromatic Colors of #DD4E38
Black with #DD4E38
Text Example
Text Example
White with #DD4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E38; }
p { color: rgb(221,78,56); }
H1.HeaderClassName
{
color: #DD4E38;
}
.AnyTagClassName
{
color: #DD4E38;
}
</style>
background-color css
<style>
a { background-color: #DD4E38; }
a { background-color: rgb(221,78,56); }
div.DivClassName
{
background-color: #DD4E38;
}
.BgClassName
{
background-color: #DD4E38;
}
</style>
border-color css
<style>
span { border-color: #DD4E38; }
span { border-color: rgb(221,78,56); }
td.TdClassName
{
border-color: #DD4E38;
}
.TagClassName
{
border-color: #DD4E38;
}
</style>