Shades of Cinnabar #DD472C
Tints of Cinnabar #DD472C
RGB
CMYK
RGB Variations
Color information
#DD472C (or 0xDD472C) is known color: Cinnabar. HEX triplet: DD, 47 and 2C. RGB value is (221,71,44). Sum of RGB (Red+Green+Blue) = 221+71+44=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD472C is #22B8D3. Grayscale: #717171. Windows color (decimal): -2275540 or 2901981. OLE color: 2901981.
HSL color Cylindrical-coordinate representation of color #DD472C: hue angle of 9.15º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD472C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 9.15º | 0.72% | 0.52% | - |
| HSV(B) | 9.15º | 0.8% | 0.87% | - |
| XYZ | 32.53 | 20.06 | 4.54 | - |
| YUV | 112.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 44 | 0 | 0.68 | 0.80 | 0.13 | 9.15 | 0.72 | 0.52 |
| Hex | DD | 47 | 2C | 0 | 44 | 50 | D | 9 | 48 | 34 |
| Octal | 335 | 107 | 54 | 0 | 104 | 120 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000111 | 101100 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD472C
Complementary color
Monochromatic Colors of #DD472C
Black with #DD472C
Text Example
Text Example
White with #DD472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD472C; }
p { color: rgb(221,71,44); }
H1.HeaderClassName
{
color: #DD472C;
}
.AnyTagClassName
{
color: #DD472C;
}
</style>
background-color css
<style>
a { background-color: #DD472C; }
a { background-color: rgb(221,71,44); }
div.DivClassName
{
background-color: #DD472C;
}
.BgClassName
{
background-color: #DD472C;
}
</style>
border-color css
<style>
span { border-color: #DD472C; }
span { border-color: rgb(221,71,44); }
td.TdClassName
{
border-color: #DD472C;
}
.TagClassName
{
border-color: #DD472C;
}
</style>