Shades of Cinnabar #DD4A34
Tints of Cinnabar #DD4A34
RGB
CMYK
RGB Variations
Color information
#DD4A34 (or 0xDD4A34) is known color: Cinnabar. HEX triplet: DD, 4A and 34. RGB value is (221,74,52). Sum of RGB (Red+Green+Blue) = 221+74+52=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A34 is #22B5CB. Grayscale: #737373. Windows color (decimal): -2274764 or 3427037. OLE color: 3427037.
HSL color Cylindrical-coordinate representation of color #DD4A34: hue angle of 7.81º 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 #DD4A34 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 52 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.13 |
| HSL | 7.81º | 0.71% | 0.54% | - |
| HSV(B) | 7.81º | 0.76% | 0.87% | - |
| XYZ | 32.89 | 20.52 | 5.48 | - |
| YUV | 115.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 52 | 0 | 0.67 | 0.76 | 0.13 | 7.81 | 0.71 | 0.54 |
| Hex | DD | 4A | 34 | 0 | 43 | 4C | D | 8 | 47 | 36 |
| Octal | 335 | 112 | 64 | 0 | 103 | 114 | 15 | 10 | 107 | 66 |
| Binary | 11011101 | 1001010 | 110100 | 0 | 1000011 | 1001100 | 1101 | 1000 | 1000111 | 110110 |
Color Harmonies of #DD4A34
Complementary color
Monochromatic Colors of #DD4A34
Black with #DD4A34
Text Example
Text Example
White with #DD4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A34; }
p { color: rgb(221,74,52); }
H1.HeaderClassName
{
color: #DD4A34;
}
.AnyTagClassName
{
color: #DD4A34;
}
</style>
background-color css
<style>
a { background-color: #DD4A34; }
a { background-color: rgb(221,74,52); }
div.DivClassName
{
background-color: #DD4A34;
}
.BgClassName
{
background-color: #DD4A34;
}
</style>
border-color css
<style>
span { border-color: #DD4A34; }
span { border-color: rgb(221,74,52); }
td.TdClassName
{
border-color: #DD4A34;
}
.TagClassName
{
border-color: #DD4A34;
}
</style>