Shades of Cinnabar #DD472F
Tints of Cinnabar #DD472F
RGB
CMYK
RGB Variations
Color information
#DD472F (or 0xDD472F) is known color: Cinnabar. HEX triplet: DD, 47 and 2F. RGB value is (221,71,47). Sum of RGB (Red+Green+Blue) = 221+71+47=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD472F is #22B8D0. Grayscale: #717171. Windows color (decimal): -2275537 or 3098589. OLE color: 3098589.
HSL color Cylindrical-coordinate representation of color #DD472F: hue angle of 8.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD472F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 47 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.13 |
| HSL | 8.28º | 0.72% | 0.53% | - |
| HSV(B) | 8.28º | 0.79% | 0.87% | - |
| XYZ | 32.59 | 20.08 | 4.85 | - |
| YUV | 113.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 47 | 0 | 0.68 | 0.79 | 0.13 | 8.28 | 0.72 | 0.53 |
| Hex | DD | 47 | 2F | 0 | 44 | 4F | D | 8 | 48 | 35 |
| Octal | 335 | 107 | 57 | 0 | 104 | 117 | 15 | 10 | 110 | 65 |
| Binary | 11011101 | 1000111 | 101111 | 0 | 1000100 | 1001111 | 1101 | 1000 | 1001000 | 110101 |
Color Harmonies of #DD472F
Complementary color
Monochromatic Colors of #DD472F
Black with #DD472F
Text Example
Text Example
White with #DD472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD472F; }
p { color: rgb(221,71,47); }
H1.HeaderClassName
{
color: #DD472F;
}
.AnyTagClassName
{
color: #DD472F;
}
</style>
background-color css
<style>
a { background-color: #DD472F; }
a { background-color: rgb(221,71,47); }
div.DivClassName
{
background-color: #DD472F;
}
.BgClassName
{
background-color: #DD472F;
}
</style>
border-color css
<style>
span { border-color: #DD472F; }
span { border-color: rgb(221,71,47); }
td.TdClassName
{
border-color: #DD472F;
}
.TagClassName
{
border-color: #DD472F;
}
</style>