Shades of Cinnabar #DD4E34
Tints of Cinnabar #DD4E34
RGB
CMYK
RGB Variations
Color information
#DD4E34 (or 0xDD4E34) is known color: Cinnabar. HEX triplet: DD, 4E and 34. RGB value is (221,78,52). Sum of RGB (Red+Green+Blue) = 221+78+52=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E34 is #22B1CB. Grayscale: #767676. Windows color (decimal): -2273740 or 3428061. OLE color: 3428061.
HSL color Cylindrical-coordinate representation of color #DD4E34: hue angle of 9.23º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD4E34 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 52 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.13 |
| HSL | 9.23º | 0.71% | 0.54% | - |
| HSV(B) | 9.23º | 0.76% | 0.87% | - |
| XYZ | 33.16 | 21.07 | 5.57 | - |
| YUV | 117.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 52 | 0 | 0.65 | 0.76 | 0.13 | 9.23 | 0.71 | 0.54 |
| Hex | DD | 4E | 34 | 0 | 41 | 4C | D | 9 | 47 | 36 |
| Octal | 335 | 116 | 64 | 0 | 101 | 114 | 15 | 11 | 107 | 66 |
| Binary | 11011101 | 1001110 | 110100 | 0 | 1000001 | 1001100 | 1101 | 1001 | 1000111 | 110110 |
Color Harmonies of #DD4E34
Complementary color
Monochromatic Colors of #DD4E34
Black with #DD4E34
Text Example
Text Example
White with #DD4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E34; }
p { color: rgb(221,78,52); }
H1.HeaderClassName
{
color: #DD4E34;
}
.AnyTagClassName
{
color: #DD4E34;
}
</style>
background-color css
<style>
a { background-color: #DD4E34; }
a { background-color: rgb(221,78,52); }
div.DivClassName
{
background-color: #DD4E34;
}
.BgClassName
{
background-color: #DD4E34;
}
</style>
border-color css
<style>
span { border-color: #DD4E34; }
span { border-color: rgb(221,78,52); }
td.TdClassName
{
border-color: #DD4E34;
}
.TagClassName
{
border-color: #DD4E34;
}
</style>