Shades of Cinnabar #DD473D
Tints of Cinnabar #DD473D
RGB
CMYK
RGB Variations
Color information
#DD473D (or 0xDD473D) is known color: Cinnabar. HEX triplet: DD, 47 and 3D. RGB value is (221,71,61). Sum of RGB (Red+Green+Blue) = 221+71+61=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD473D is #22B8C2. Grayscale: #727272. Windows color (decimal): -2275523 or 4016093. OLE color: 4016093.
HSL color Cylindrical-coordinate representation of color #DD473D: hue angle of 3.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD473D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 61 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.13 |
| HSL | 3.75º | 0.7% | 0.55% | - |
| HSV(B) | 3.75º | 0.72% | 0.87% | - |
| XYZ | 32.91 | 20.22 | 6.58 | - |
| YUV | 114.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 61 | 0 | 0.68 | 0.72 | 0.13 | 3.75 | 0.7 | 0.55 |
| Hex | DD | 47 | 3D | 0 | 44 | 48 | D | 4 | 46 | 37 |
| Octal | 335 | 107 | 75 | 0 | 104 | 110 | 15 | 4 | 106 | 67 |
| Binary | 11011101 | 1000111 | 111101 | 0 | 1000100 | 1001000 | 1101 | 100 | 1000110 | 110111 |
Color Harmonies of #DD473D
Complementary color
Monochromatic Colors of #DD473D
Black with #DD473D
Text Example
Text Example
White with #DD473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD473D; }
p { color: rgb(221,71,61); }
H1.HeaderClassName
{
color: #DD473D;
}
.AnyTagClassName
{
color: #DD473D;
}
</style>
background-color css
<style>
a { background-color: #DD473D; }
a { background-color: rgb(221,71,61); }
div.DivClassName
{
background-color: #DD473D;
}
.BgClassName
{
background-color: #DD473D;
}
</style>
border-color css
<style>
span { border-color: #DD473D; }
span { border-color: rgb(221,71,61); }
td.TdClassName
{
border-color: #DD473D;
}
.TagClassName
{
border-color: #DD473D;
}
</style>