Shades of Cinnabar #DD4435
Tints of Cinnabar #DD4435
RGB
CMYK
RGB Variations
Color information
#DD4435 (or 0xDD4435) is known color: Cinnabar. HEX triplet: DD, 44 and 35. RGB value is (221,68,53). Sum of RGB (Red+Green+Blue) = 221+68+53=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4435 is #22BBCA. Grayscale: #707070. Windows color (decimal): -2276299 or 3491037. OLE color: 3491037.
HSL color Cylindrical-coordinate representation of color #DD4435: hue angle of 5.36º 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 #DD4435 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 53 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.13 |
| HSL | 5.36º | 0.71% | 0.54% | - |
| HSV(B) | 5.36º | 0.76% | 0.87% | - |
| XYZ | 32.53 | 19.76 | 5.47 | - |
| YUV | 112.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 53 | 0 | 0.69 | 0.76 | 0.13 | 5.36 | 0.71 | 0.54 |
| Hex | DD | 44 | 35 | 0 | 45 | 4C | D | 5 | 47 | 36 |
| Octal | 335 | 104 | 65 | 0 | 105 | 114 | 15 | 5 | 107 | 66 |
| Binary | 11011101 | 1000100 | 110101 | 0 | 1000101 | 1001100 | 1101 | 101 | 1000111 | 110110 |
Color Harmonies of #DD4435
Complementary color
Monochromatic Colors of #DD4435
Black with #DD4435
Text Example
Text Example
White with #DD4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4435; }
p { color: rgb(221,68,53); }
H1.HeaderClassName
{
color: #DD4435;
}
.AnyTagClassName
{
color: #DD4435;
}
</style>
background-color css
<style>
a { background-color: #DD4435; }
a { background-color: rgb(221,68,53); }
div.DivClassName
{
background-color: #DD4435;
}
.BgClassName
{
background-color: #DD4435;
}
</style>
border-color css
<style>
span { border-color: #DD4435; }
span { border-color: rgb(221,68,53); }
td.TdClassName
{
border-color: #DD4435;
}
.TagClassName
{
border-color: #DD4435;
}
</style>