Shades of Cinnabar #DD441C
Tints of Cinnabar #DD441C
RGB
CMYK
RGB Variations
Color information
#DD441C (or 0xDD441C) is known color: Cinnabar. HEX triplet: DD, 44 and 1C. RGB value is (221,68,28). Sum of RGB (Red+Green+Blue) = 221+68+28=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441C is #22BBE3. Grayscale: #6D6D6D. Windows color (decimal): -2276324 or 1852637. OLE color: 1852637.
HSL color Cylindrical-coordinate representation of color #DD441C: hue angle of 12.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD441C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.13 |
| HSL | 12.44º | 0.78% | 0.49% | - |
| HSV(B) | 12.44º | 0.87% | 0.87% | - |
| XYZ | 32.1 | 19.59 | 3.19 | - |
| YUV | 109.19 | 82.19 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 28 | 0 | 0.69 | 0.87 | 0.13 | 12.44 | 0.78 | 0.49 |
| Hex | DD | 44 | 1C | 0 | 45 | 57 | D | C | 4E | 31 |
| Octal | 335 | 104 | 34 | 0 | 105 | 127 | 15 | 14 | 116 | 61 |
| Binary | 11011101 | 1000100 | 11100 | 0 | 1000101 | 1010111 | 1101 | 1100 | 1001110 | 110001 |
Color Harmonies of #DD441C
Complementary color
Monochromatic Colors of #DD441C
Black with #DD441C
Text Example
Text Example
White with #DD441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD441C; }
p { color: rgb(221,68,28); }
H1.HeaderClassName
{
color: #DD441C;
}
.AnyTagClassName
{
color: #DD441C;
}
</style>
background-color css
<style>
a { background-color: #DD441C; }
a { background-color: rgb(221,68,28); }
div.DivClassName
{
background-color: #DD441C;
}
.BgClassName
{
background-color: #DD441C;
}
</style>
border-color css
<style>
span { border-color: #DD441C; }
span { border-color: rgb(221,68,28); }
td.TdClassName
{
border-color: #DD441C;
}
.TagClassName
{
border-color: #DD441C;
}
</style>