Shades of Cinnabar #DD472B
Tints of Cinnabar #DD472B
RGB
CMYK
RGB Variations
Color information
#DD472B (or 0xDD472B) is known color: Cinnabar. HEX triplet: DD, 47 and 2B. RGB value is (221,71,43). Sum of RGB (Red+Green+Blue) = 221+71+43=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD472B is #22B8D4. Grayscale: #707070. Windows color (decimal): -2275541 or 2836445. OLE color: 2836445.
HSL color Cylindrical-coordinate representation of color #DD472B: hue angle of 9.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD472B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 43 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.13 |
| HSL | 9.44º | 0.72% | 0.52% | - |
| HSV(B) | 9.44º | 0.81% | 0.87% | - |
| XYZ | 32.51 | 20.05 | 4.44 | - |
| YUV | 112.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 43 | 0 | 0.68 | 0.81 | 0.13 | 9.44 | 0.72 | 0.52 |
| Hex | DD | 47 | 2B | 0 | 44 | 51 | D | 9 | 48 | 34 |
| Octal | 335 | 107 | 53 | 0 | 104 | 121 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000111 | 101011 | 0 | 1000100 | 1010001 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD472B
Complementary color
Monochromatic Colors of #DD472B
Black with #DD472B
Text Example
Text Example
White with #DD472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD472B; }
p { color: rgb(221,71,43); }
H1.HeaderClassName
{
color: #DD472B;
}
.AnyTagClassName
{
color: #DD472B;
}
</style>
background-color css
<style>
a { background-color: #DD472B; }
a { background-color: rgb(221,71,43); }
div.DivClassName
{
background-color: #DD472B;
}
.BgClassName
{
background-color: #DD472B;
}
</style>
border-color css
<style>
span { border-color: #DD472B; }
span { border-color: rgb(221,71,43); }
td.TdClassName
{
border-color: #DD472B;
}
.TagClassName
{
border-color: #DD472B;
}
</style>