Shades of Cinnabar #DD4C1E
Tints of Cinnabar #DD4C1E
RGB
CMYK
RGB Variations
Color information
#DD4C1E (or 0xDD4C1E) is known color: Cinnabar. HEX triplet: DD, 4C and 1E. RGB value is (221,76,30). Sum of RGB (Red+Green+Blue) = 221+76+30=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C1E is #22B3E1. Grayscale: #727272. Windows color (decimal): -2274274 or 1985757. OLE color: 1985757.
HSL color Cylindrical-coordinate representation of color #DD4C1E: hue angle of 14.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD4C1E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 30 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.13 |
| HSL | 14.45º | 0.76% | 0.49% | - |
| HSV(B) | 14.45º | 0.86% | 0.87% | - |
| XYZ | 32.64 | 20.63 | 3.49 | - |
| YUV | 114.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 30 | 0 | 0.66 | 0.86 | 0.13 | 14.45 | 0.76 | 0.49 |
| Hex | DD | 4C | 1E | 0 | 42 | 56 | D | E | 4C | 31 |
| Octal | 335 | 114 | 36 | 0 | 102 | 126 | 15 | 16 | 114 | 61 |
| Binary | 11011101 | 1001100 | 11110 | 0 | 1000010 | 1010110 | 1101 | 1110 | 1001100 | 110001 |
Color Harmonies of #DD4C1E
Complementary color
Monochromatic Colors of #DD4C1E
Black with #DD4C1E
Text Example
Text Example
White with #DD4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C1E; }
p { color: rgb(221,76,30); }
H1.HeaderClassName
{
color: #DD4C1E;
}
.AnyTagClassName
{
color: #DD4C1E;
}
</style>
background-color css
<style>
a { background-color: #DD4C1E; }
a { background-color: rgb(221,76,30); }
div.DivClassName
{
background-color: #DD4C1E;
}
.BgClassName
{
background-color: #DD4C1E;
}
</style>
border-color css
<style>
span { border-color: #DD4C1E; }
span { border-color: rgb(221,76,30); }
td.TdClassName
{
border-color: #DD4C1E;
}
.TagClassName
{
border-color: #DD4C1E;
}
</style>