Shades of Cinnabar #DD4636
Tints of Cinnabar #DD4636
RGB
CMYK
RGB Variations
Color information
#DD4636 (or 0xDD4636) is known color: Cinnabar. HEX triplet: DD, 46 and 36. RGB value is (221,70,54). Sum of RGB (Red+Green+Blue) = 221+70+54=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4636 is #22B9C9. Grayscale: #717171. Windows color (decimal): -2275786 or 3557085. OLE color: 3557085.
HSL color Cylindrical-coordinate representation of color #DD4636: hue angle of 5.75º 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 #DD4636 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 54 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.13 |
| HSL | 5.75º | 0.71% | 0.54% | - |
| HSV(B) | 5.75º | 0.76% | 0.87% | - |
| XYZ | 32.67 | 20.02 | 5.63 | - |
| YUV | 113.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 54 | 0 | 0.68 | 0.76 | 0.13 | 5.75 | 0.71 | 0.54 |
| Hex | DD | 46 | 36 | 0 | 44 | 4C | D | 6 | 47 | 36 |
| Octal | 335 | 106 | 66 | 0 | 104 | 114 | 15 | 6 | 107 | 66 |
| Binary | 11011101 | 1000110 | 110110 | 0 | 1000100 | 1001100 | 1101 | 110 | 1000111 | 110110 |
Color Harmonies of #DD4636
Complementary color
Monochromatic Colors of #DD4636
Black with #DD4636
Text Example
Text Example
White with #DD4636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4636; }
p { color: rgb(221,70,54); }
H1.HeaderClassName
{
color: #DD4636;
}
.AnyTagClassName
{
color: #DD4636;
}
</style>
background-color css
<style>
a { background-color: #DD4636; }
a { background-color: rgb(221,70,54); }
div.DivClassName
{
background-color: #DD4636;
}
.BgClassName
{
background-color: #DD4636;
}
</style>
border-color css
<style>
span { border-color: #DD4636; }
span { border-color: rgb(221,70,54); }
td.TdClassName
{
border-color: #DD4636;
}
.TagClassName
{
border-color: #DD4636;
}
</style>