Shades of Cinnabar #DD4F2B
Tints of Cinnabar #DD4F2B
RGB
CMYK
RGB Variations
Color information
#DD4F2B (or 0xDD4F2B) is known color: Cinnabar. HEX triplet: DD, 4F and 2B. RGB value is (221,79,43). Sum of RGB (Red+Green+Blue) = 221+79+43=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F2B is #22B0D4. Grayscale: #757575. Windows color (decimal): -2273493 or 2838493. OLE color: 2838493.
HSL color Cylindrical-coordinate representation of color #DD4F2B: hue angle of 12.13º 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 #DD4F2B is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 43 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.13 |
| HSL | 12.13º | 0.72% | 0.52% | - |
| HSV(B) | 12.13º | 0.81% | 0.87% | - |
| XYZ | 33.05 | 21.14 | 4.62 | - |
| YUV | 117.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 43 | 0 | 0.64 | 0.81 | 0.13 | 12.13 | 0.72 | 0.52 |
| Hex | DD | 4F | 2B | 0 | 40 | 51 | D | C | 48 | 34 |
| Octal | 335 | 117 | 53 | 0 | 100 | 121 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1001111 | 101011 | 0 | 1000000 | 1010001 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD4F2B
Complementary color
Monochromatic Colors of #DD4F2B
Black with #DD4F2B
Text Example
Text Example
White with #DD4F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F2B; }
p { color: rgb(221,79,43); }
H1.HeaderClassName
{
color: #DD4F2B;
}
.AnyTagClassName
{
color: #DD4F2B;
}
</style>
background-color css
<style>
a { background-color: #DD4F2B; }
a { background-color: rgb(221,79,43); }
div.DivClassName
{
background-color: #DD4F2B;
}
.BgClassName
{
background-color: #DD4F2B;
}
</style>
border-color css
<style>
span { border-color: #DD4F2B; }
span { border-color: rgb(221,79,43); }
td.TdClassName
{
border-color: #DD4F2B;
}
.TagClassName
{
border-color: #DD4F2B;
}
</style>