Shades of Cinnabar #DD473F
Tints of Cinnabar #DD473F
RGB
CMYK
RGB Variations
Color information
#DD473F (or 0xDD473F) is known color: Cinnabar. HEX triplet: DD, 47 and 3F. RGB value is (221,71,63). Sum of RGB (Red+Green+Blue) = 221+71+63=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD473F is #22B8C0. Grayscale: #737373. Windows color (decimal): -2275521 or 4147165. OLE color: 4147165.
HSL color Cylindrical-coordinate representation of color #DD473F: hue angle of 3.04º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD473F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 63 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.13 |
| HSL | 3.04º | 0.7% | 0.56% | - |
| HSV(B) | 3.04º | 0.71% | 0.87% | - |
| XYZ | 32.97 | 20.24 | 6.87 | - |
| YUV | 114.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 63 | 0 | 0.68 | 0.71 | 0.13 | 3.04 | 0.7 | 0.56 |
| Hex | DD | 47 | 3F | 0 | 44 | 47 | D | 3 | 46 | 38 |
| Octal | 335 | 107 | 77 | 0 | 104 | 107 | 15 | 3 | 106 | 70 |
| Binary | 11011101 | 1000111 | 111111 | 0 | 1000100 | 1000111 | 1101 | 11 | 1000110 | 111000 |
Color Harmonies of #DD473F
Complementary color
Monochromatic Colors of #DD473F
Black with #DD473F
Text Example
Text Example
White with #DD473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD473F; }
p { color: rgb(221,71,63); }
H1.HeaderClassName
{
color: #DD473F;
}
.AnyTagClassName
{
color: #DD473F;
}
</style>
background-color css
<style>
a { background-color: #DD473F; }
a { background-color: rgb(221,71,63); }
div.DivClassName
{
background-color: #DD473F;
}
.BgClassName
{
background-color: #DD473F;
}
</style>
border-color css
<style>
span { border-color: #DD473F; }
span { border-color: rgb(221,71,63); }
td.TdClassName
{
border-color: #DD473F;
}
.TagClassName
{
border-color: #DD473F;
}
</style>