Shades of Cinnabar #DD4136
Tints of Cinnabar #DD4136
RGB
CMYK
RGB Variations
Color information
#DD4136 (or 0xDD4136) is known color: Cinnabar. HEX triplet: DD, 41 and 36. RGB value is (221,65,54). Sum of RGB (Red+Green+Blue) = 221+65+54=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4136 is #22BEC9. Grayscale: #6E6E6E. Windows color (decimal): -2277066 or 3555805. OLE color: 3555805.
HSL color Cylindrical-coordinate representation of color #DD4136: hue angle of 3.95º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD4136 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 54 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.13 |
| HSL | 3.95º | 0.71% | 0.54% | - |
| HSV(B) | 3.95º | 0.76% | 0.87% | - |
| XYZ | 32.37 | 19.42 | 5.53 | - |
| YUV | 110.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 54 | 0 | 0.71 | 0.76 | 0.13 | 3.95 | 0.71 | 0.54 |
| Hex | DD | 41 | 36 | 0 | 47 | 4C | D | 4 | 47 | 36 |
| Octal | 335 | 101 | 66 | 0 | 107 | 114 | 15 | 4 | 107 | 66 |
| Binary | 11011101 | 1000001 | 110110 | 0 | 1000111 | 1001100 | 1101 | 100 | 1000111 | 110110 |
Color Harmonies of #DD4136
Complementary color
Monochromatic Colors of #DD4136
Black with #DD4136
Text Example
Text Example
White with #DD4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4136; }
p { color: rgb(221,65,54); }
H1.HeaderClassName
{
color: #DD4136;
}
.AnyTagClassName
{
color: #DD4136;
}
</style>
background-color css
<style>
a { background-color: #DD4136; }
a { background-color: rgb(221,65,54); }
div.DivClassName
{
background-color: #DD4136;
}
.BgClassName
{
background-color: #DD4136;
}
</style>
border-color css
<style>
span { border-color: #DD4136; }
span { border-color: rgb(221,65,54); }
td.TdClassName
{
border-color: #DD4136;
}
.TagClassName
{
border-color: #DD4136;
}
</style>