Shades of Cinnabar #DD4640
Tints of Cinnabar #DD4640
RGB
CMYK
RGB Variations
Color information
#DD4640 (or 0xDD4640) is known color: Cinnabar. HEX triplet: DD, 46 and 40. RGB value is (221,70,64). Sum of RGB (Red+Green+Blue) = 221+70+64=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4640 is #22B9BF. Grayscale: #727272. Windows color (decimal): -2275776 or 4212445. OLE color: 4212445.
HSL color Cylindrical-coordinate representation of color #DD4640: hue angle of 2.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4640 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 64 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.13 |
| HSL | 2.29º | 0.7% | 0.56% | - |
| HSV(B) | 2.29º | 0.71% | 0.87% | - |
| XYZ | 32.93 | 20.12 | 7 | - |
| YUV | 114.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 64 | 0 | 0.68 | 0.71 | 0.13 | 2.29 | 0.7 | 0.56 |
| Hex | DD | 46 | 40 | 0 | 44 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 106 | 100 | 0 | 104 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000110 | 1000000 | 0 | 1000100 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD4640
Complementary color
Monochromatic Colors of #DD4640
Black with #DD4640
Text Example
Text Example
White with #DD4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4640; }
p { color: rgb(221,70,64); }
H1.HeaderClassName
{
color: #DD4640;
}
.AnyTagClassName
{
color: #DD4640;
}
</style>
background-color css
<style>
a { background-color: #DD4640; }
a { background-color: rgb(221,70,64); }
div.DivClassName
{
background-color: #DD4640;
}
.BgClassName
{
background-color: #DD4640;
}
</style>
border-color css
<style>
span { border-color: #DD4640; }
span { border-color: rgb(221,70,64); }
td.TdClassName
{
border-color: #DD4640;
}
.TagClassName
{
border-color: #DD4640;
}
</style>