Shades of Cinnabar #DD4C36
Tints of Cinnabar #DD4C36
RGB
CMYK
RGB Variations
Color information
#DD4C36 (or 0xDD4C36) is known color: Cinnabar. HEX triplet: DD, 4C and 36. RGB value is (221,76,54). Sum of RGB (Red+Green+Blue) = 221+76+54=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C36 is #22B3C9. Grayscale: #757575. Windows color (decimal): -2274250 or 3558621. OLE color: 3558621.
HSL color Cylindrical-coordinate representation of color #DD4C36: hue angle of 7.9º 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 #DD4C36 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 54 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.13 |
| HSL | 7.9º | 0.71% | 0.54% | - |
| HSV(B) | 7.9º | 0.76% | 0.87% | - |
| XYZ | 33.07 | 20.81 | 5.76 | - |
| YUV | 116.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 54 | 0 | 0.66 | 0.76 | 0.13 | 7.9 | 0.71 | 0.54 |
| Hex | DD | 4C | 36 | 0 | 42 | 4C | D | 8 | 47 | 36 |
| Octal | 335 | 114 | 66 | 0 | 102 | 114 | 15 | 10 | 107 | 66 |
| Binary | 11011101 | 1001100 | 110110 | 0 | 1000010 | 1001100 | 1101 | 1000 | 1000111 | 110110 |
Color Harmonies of #DD4C36
Complementary color
Monochromatic Colors of #DD4C36
Black with #DD4C36
Text Example
Text Example
White with #DD4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C36; }
p { color: rgb(221,76,54); }
H1.HeaderClassName
{
color: #DD4C36;
}
.AnyTagClassName
{
color: #DD4C36;
}
</style>
background-color css
<style>
a { background-color: #DD4C36; }
a { background-color: rgb(221,76,54); }
div.DivClassName
{
background-color: #DD4C36;
}
.BgClassName
{
background-color: #DD4C36;
}
</style>
border-color css
<style>
span { border-color: #DD4C36; }
span { border-color: rgb(221,76,54); }
td.TdClassName
{
border-color: #DD4C36;
}
.TagClassName
{
border-color: #DD4C36;
}
</style>