Shades of Cinnabar #DD4638
Tints of Cinnabar #DD4638
RGB
CMYK
RGB Variations
Color information
#DD4638 (or 0xDD4638) is known color: Cinnabar. HEX triplet: DD, 46 and 38. RGB value is (221,70,56). Sum of RGB (Red+Green+Blue) = 221+70+56=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4638 is #22B9C7. Grayscale: #717171. Windows color (decimal): -2275784 or 3688157. OLE color: 3688157.
HSL color Cylindrical-coordinate representation of color #DD4638: hue angle of 5.09º 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 #DD4638 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.13 |
| HSL | 5.09º | 0.71% | 0.54% | - |
| HSV(B) | 5.09º | 0.75% | 0.87% | - |
| XYZ | 32.72 | 20.04 | 5.88 | - |
| YUV | 113.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 56 | 0 | 0.68 | 0.75 | 0.13 | 5.09 | 0.71 | 0.54 |
| Hex | DD | 46 | 38 | 0 | 44 | 4B | D | 5 | 47 | 36 |
| Octal | 335 | 106 | 70 | 0 | 104 | 113 | 15 | 5 | 107 | 66 |
| Binary | 11011101 | 1000110 | 111000 | 0 | 1000100 | 1001011 | 1101 | 101 | 1000111 | 110110 |
Color Harmonies of #DD4638
Complementary color
Monochromatic Colors of #DD4638
Black with #DD4638
Text Example
Text Example
White with #DD4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4638; }
p { color: rgb(221,70,56); }
H1.HeaderClassName
{
color: #DD4638;
}
.AnyTagClassName
{
color: #DD4638;
}
</style>
background-color css
<style>
a { background-color: #DD4638; }
a { background-color: rgb(221,70,56); }
div.DivClassName
{
background-color: #DD4638;
}
.BgClassName
{
background-color: #DD4638;
}
</style>
border-color css
<style>
span { border-color: #DD4638; }
span { border-color: rgb(221,70,56); }
td.TdClassName
{
border-color: #DD4638;
}
.TagClassName
{
border-color: #DD4638;
}
</style>