Shades of Cinnabar #DD471E
Tints of Cinnabar #DD471E
RGB
CMYK
RGB Variations
Color information
#DD471E (or 0xDD471E) is known color: Cinnabar. HEX triplet: DD, 47 and 1E. RGB value is (221,71,30). Sum of RGB (Red+Green+Blue) = 221+71+30=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD471E is #22B8E1. Grayscale: #6F6F6F. Windows color (decimal): -2275554 or 1984477. OLE color: 1984477.
HSL color Cylindrical-coordinate representation of color #DD471E: hue angle of 12.88º 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 #DD471E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 30 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.13 |
| HSL | 12.88º | 0.76% | 0.49% | - |
| HSV(B) | 12.88º | 0.86% | 0.87% | - |
| XYZ | 32.31 | 19.97 | 3.38 | - |
| YUV | 111.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 30 | 0 | 0.68 | 0.86 | 0.13 | 12.88 | 0.76 | 0.49 |
| Hex | DD | 47 | 1E | 0 | 44 | 56 | D | D | 4C | 31 |
| Octal | 335 | 107 | 36 | 0 | 104 | 126 | 15 | 15 | 114 | 61 |
| Binary | 11011101 | 1000111 | 11110 | 0 | 1000100 | 1010110 | 1101 | 1101 | 1001100 | 110001 |
Color Harmonies of #DD471E
Complementary color
Monochromatic Colors of #DD471E
Black with #DD471E
Text Example
Text Example
White with #DD471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD471E; }
p { color: rgb(221,71,30); }
H1.HeaderClassName
{
color: #DD471E;
}
.AnyTagClassName
{
color: #DD471E;
}
</style>
background-color css
<style>
a { background-color: #DD471E; }
a { background-color: rgb(221,71,30); }
div.DivClassName
{
background-color: #DD471E;
}
.BgClassName
{
background-color: #DD471E;
}
</style>
border-color css
<style>
span { border-color: #DD471E; }
span { border-color: rgb(221,71,30); }
td.TdClassName
{
border-color: #DD471E;
}
.TagClassName
{
border-color: #DD471E;
}
</style>