Shades of Cinnabar #DD4038
Tints of Cinnabar #DD4038
RGB
CMYK
RGB Variations
Color information
#DD4038 (or 0xDD4038) is known color: Cinnabar. HEX triplet: DD, 40 and 38. RGB value is (221,64,56). Sum of RGB (Red+Green+Blue) = 221+64+56=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4038 is #22BFC7. Grayscale: #6E6E6E. Windows color (decimal): -2277320 or 3686621. OLE color: 3686621.
HSL color Cylindrical-coordinate representation of color #DD4038: hue angle of 2.91º 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 #DD4038 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 56 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.13 |
| HSL | 2.91º | 0.71% | 0.54% | - |
| HSV(B) | 2.91º | 0.75% | 0.87% | - |
| XYZ | 32.37 | 19.32 | 5.77 | - |
| YUV | 110.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 56 | 0 | 0.71 | 0.75 | 0.13 | 2.91 | 0.71 | 0.54 |
| Hex | DD | 40 | 38 | 0 | 47 | 4B | D | 3 | 47 | 36 |
| Octal | 335 | 100 | 70 | 0 | 107 | 113 | 15 | 3 | 107 | 66 |
| Binary | 11011101 | 1000000 | 111000 | 0 | 1000111 | 1001011 | 1101 | 11 | 1000111 | 110110 |
Color Harmonies of #DD4038
Complementary color
Monochromatic Colors of #DD4038
Black with #DD4038
Text Example
Text Example
White with #DD4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4038; }
p { color: rgb(221,64,56); }
H1.HeaderClassName
{
color: #DD4038;
}
.AnyTagClassName
{
color: #DD4038;
}
</style>
background-color css
<style>
a { background-color: #DD4038; }
a { background-color: rgb(221,64,56); }
div.DivClassName
{
background-color: #DD4038;
}
.BgClassName
{
background-color: #DD4038;
}
</style>
border-color css
<style>
span { border-color: #DD4038; }
span { border-color: rgb(221,64,56); }
td.TdClassName
{
border-color: #DD4038;
}
.TagClassName
{
border-color: #DD4038;
}
</style>