Shades of Cinnabar #DD4E2F
Tints of Cinnabar #DD4E2F
RGB
CMYK
RGB Variations
Color information
#DD4E2F (or 0xDD4E2F) is known color: Cinnabar. HEX triplet: DD, 4E and 2F. RGB value is (221,78,47). Sum of RGB (Red+Green+Blue) = 221+78+47=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E2F is #22B1D0. Grayscale: #757575. Windows color (decimal): -2273745 or 3100381. OLE color: 3100381.
HSL color Cylindrical-coordinate representation of color #DD4E2F: hue angle of 10.69º 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 #DD4E2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.13 |
| HSL | 10.69º | 0.72% | 0.53% | - |
| HSV(B) | 10.69º | 0.79% | 0.87% | - |
| XYZ | 33.06 | 21.03 | 5.01 | - |
| YUV | 117.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 47 | 0 | 0.65 | 0.79 | 0.13 | 10.69 | 0.72 | 0.53 |
| Hex | DD | 4E | 2F | 0 | 41 | 4F | D | B | 48 | 35 |
| Octal | 335 | 116 | 57 | 0 | 101 | 117 | 15 | 13 | 110 | 65 |
| Binary | 11011101 | 1001110 | 101111 | 0 | 1000001 | 1001111 | 1101 | 1011 | 1001000 | 110101 |
Color Harmonies of #DD4E2F
Complementary color
Monochromatic Colors of #DD4E2F
Black with #DD4E2F
Text Example
Text Example
White with #DD4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E2F; }
p { color: rgb(221,78,47); }
H1.HeaderClassName
{
color: #DD4E2F;
}
.AnyTagClassName
{
color: #DD4E2F;
}
</style>
background-color css
<style>
a { background-color: #DD4E2F; }
a { background-color: rgb(221,78,47); }
div.DivClassName
{
background-color: #DD4E2F;
}
.BgClassName
{
background-color: #DD4E2F;
}
</style>
border-color css
<style>
span { border-color: #DD4E2F; }
span { border-color: rgb(221,78,47); }
td.TdClassName
{
border-color: #DD4E2F;
}
.TagClassName
{
border-color: #DD4E2F;
}
</style>