Shades of Cinnabar #DD4838
Tints of Cinnabar #DD4838
RGB
CMYK
RGB Variations
Color information
#DD4838 (or 0xDD4838) is known color: Cinnabar. HEX triplet: DD, 48 and 38. RGB value is (221,72,56). Sum of RGB (Red+Green+Blue) = 221+72+56=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4838 is #22B7C7. Grayscale: #727272. Windows color (decimal): -2275272 or 3688669. OLE color: 3688669.
HSL color Cylindrical-coordinate representation of color #DD4838: hue angle of 5.82º 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 #DD4838 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 56 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.13 |
| HSL | 5.82º | 0.71% | 0.54% | - |
| HSV(B) | 5.82º | 0.75% | 0.87% | - |
| XYZ | 32.85 | 20.29 | 5.93 | - |
| YUV | 114.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 56 | 0 | 0.67 | 0.75 | 0.13 | 5.82 | 0.71 | 0.54 |
| Hex | DD | 48 | 38 | 0 | 43 | 4B | D | 6 | 47 | 36 |
| Octal | 335 | 110 | 70 | 0 | 103 | 113 | 15 | 6 | 107 | 66 |
| Binary | 11011101 | 1001000 | 111000 | 0 | 1000011 | 1001011 | 1101 | 110 | 1000111 | 110110 |
Color Harmonies of #DD4838
Complementary color
Monochromatic Colors of #DD4838
Black with #DD4838
Text Example
Text Example
White with #DD4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4838; }
p { color: rgb(221,72,56); }
H1.HeaderClassName
{
color: #DD4838;
}
.AnyTagClassName
{
color: #DD4838;
}
</style>
background-color css
<style>
a { background-color: #DD4838; }
a { background-color: rgb(221,72,56); }
div.DivClassName
{
background-color: #DD4838;
}
.BgClassName
{
background-color: #DD4838;
}
</style>
border-color css
<style>
span { border-color: #DD4838; }
span { border-color: rgb(221,72,56); }
td.TdClassName
{
border-color: #DD4838;
}
.TagClassName
{
border-color: #DD4838;
}
</style>