Shades of Cinnabar #DD471D
Tints of Cinnabar #DD471D
RGB
CMYK
RGB Variations
Color information
#DD471D (or 0xDD471D) is known color: Cinnabar. HEX triplet: DD, 47 and 1D. RGB value is (221,71,29). Sum of RGB (Red+Green+Blue) = 221+71+29=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD471D is #22B8E2. Grayscale: #6F6F6F. Windows color (decimal): -2275555 or 1918941. OLE color: 1918941.
HSL color Cylindrical-coordinate representation of color #DD471D: hue angle of 13.12º degrees, saturation: 0.77, 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 #DD471D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 29 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.13º | 0.77% | 0.49% | - |
| HSV(B) | 13.13º | 0.87% | 0.87% | - |
| XYZ | 32.29 | 19.97 | 3.31 | - |
| YUV | 111.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 29 | 0 | 0.68 | 0.87 | 0.13 | 13.13 | 0.77 | 0.49 |
| Hex | DD | 47 | 1D | 0 | 44 | 57 | D | D | 4D | 31 |
| Octal | 335 | 107 | 35 | 0 | 104 | 127 | 15 | 15 | 115 | 61 |
| Binary | 11011101 | 1000111 | 11101 | 0 | 1000100 | 1010111 | 1101 | 1101 | 1001101 | 110001 |
Color Harmonies of #DD471D
Complementary color
Monochromatic Colors of #DD471D
Black with #DD471D
Text Example
Text Example
White with #DD471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD471D; }
p { color: rgb(221,71,29); }
H1.HeaderClassName
{
color: #DD471D;
}
.AnyTagClassName
{
color: #DD471D;
}
</style>
background-color css
<style>
a { background-color: #DD471D; }
a { background-color: rgb(221,71,29); }
div.DivClassName
{
background-color: #DD471D;
}
.BgClassName
{
background-color: #DD471D;
}
</style>
border-color css
<style>
span { border-color: #DD471D; }
span { border-color: rgb(221,71,29); }
td.TdClassName
{
border-color: #DD471D;
}
.TagClassName
{
border-color: #DD471D;
}
</style>