Shades of Cinnabar #DD4138
Tints of Cinnabar #DD4138
RGB
CMYK
RGB Variations
Color information
#DD4138 (or 0xDD4138) is known color: Cinnabar. HEX triplet: DD, 41 and 38. RGB value is (221,65,56). Sum of RGB (Red+Green+Blue) = 221+65+56=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4138 is #22BEC7. Grayscale: #6E6E6E. Windows color (decimal): -2277064 or 3686877. OLE color: 3686877.
HSL color Cylindrical-coordinate representation of color #DD4138: hue angle of 3.27º 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 #DD4138 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 56 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.13 |
| HSL | 3.27º | 0.71% | 0.54% | - |
| HSV(B) | 3.27º | 0.75% | 0.87% | - |
| XYZ | 32.42 | 19.44 | 5.78 | - |
| YUV | 110.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 56 | 0 | 0.71 | 0.75 | 0.13 | 3.27 | 0.71 | 0.54 |
| Hex | DD | 41 | 38 | 0 | 47 | 4B | D | 3 | 47 | 36 |
| Octal | 335 | 101 | 70 | 0 | 107 | 113 | 15 | 3 | 107 | 66 |
| Binary | 11011101 | 1000001 | 111000 | 0 | 1000111 | 1001011 | 1101 | 11 | 1000111 | 110110 |
Color Harmonies of #DD4138
Complementary color
Monochromatic Colors of #DD4138
Black with #DD4138
Text Example
Text Example
White with #DD4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4138; }
p { color: rgb(221,65,56); }
H1.HeaderClassName
{
color: #DD4138;
}
.AnyTagClassName
{
color: #DD4138;
}
</style>
background-color css
<style>
a { background-color: #DD4138; }
a { background-color: rgb(221,65,56); }
div.DivClassName
{
background-color: #DD4138;
}
.BgClassName
{
background-color: #DD4138;
}
</style>
border-color css
<style>
span { border-color: #DD4138; }
span { border-color: rgb(221,65,56); }
td.TdClassName
{
border-color: #DD4138;
}
.TagClassName
{
border-color: #DD4138;
}
</style>