Shades of Cinnabar #DD441E
Tints of Cinnabar #DD441E
RGB
CMYK
RGB Variations
Color information
#DD441E (or 0xDD441E) is known color: Cinnabar. HEX triplet: DD, 44 and 1E. RGB value is (221,68,30). Sum of RGB (Red+Green+Blue) = 221+68+30=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441E is #22BBE1. Grayscale: #6D6D6D. Windows color (decimal): -2276322 or 1983709. OLE color: 1983709.
HSL color Cylindrical-coordinate representation of color #DD441E: hue angle of 11.94º 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 #DD441E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 11.94º | 0.76% | 0.49% | - |
| HSV(B) | 11.94º | 0.86% | 0.87% | - |
| XYZ | 32.12 | 19.6 | 3.32 | - |
| YUV | 109.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 30 | 0 | 0.69 | 0.86 | 0.13 | 11.94 | 0.76 | 0.49 |
| Hex | DD | 44 | 1E | 0 | 45 | 56 | D | C | 4C | 31 |
| Octal | 335 | 104 | 36 | 0 | 105 | 126 | 15 | 14 | 114 | 61 |
| Binary | 11011101 | 1000100 | 11110 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001100 | 110001 |
Color Harmonies of #DD441E
Complementary color
Monochromatic Colors of #DD441E
Black with #DD441E
Text Example
Text Example
White with #DD441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD441E; }
p { color: rgb(221,68,30); }
H1.HeaderClassName
{
color: #DD441E;
}
.AnyTagClassName
{
color: #DD441E;
}
</style>
background-color css
<style>
a { background-color: #DD441E; }
a { background-color: rgb(221,68,30); }
div.DivClassName
{
background-color: #DD441E;
}
.BgClassName
{
background-color: #DD441E;
}
</style>
border-color css
<style>
span { border-color: #DD441E; }
span { border-color: rgb(221,68,30); }
td.TdClassName
{
border-color: #DD441E;
}
.TagClassName
{
border-color: #DD441E;
}
</style>