Shades of Cinnabar #DD4D40
Tints of Cinnabar #DD4D40
RGB
CMYK
RGB Variations
Color information
#DD4D40 (or 0xDD4D40) is known color: Cinnabar. HEX triplet: DD, 4D and 40. RGB value is (221,77,64). Sum of RGB (Red+Green+Blue) = 221+77+64=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D40 is #22B2BF. Grayscale: #767676. Windows color (decimal): -2273984 or 4214237. OLE color: 4214237.
HSL color Cylindrical-coordinate representation of color #DD4D40: hue angle of 4.97º 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 #DD4D40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.13 |
| HSL | 4.97º | 0.7% | 0.56% | - |
| HSV(B) | 4.97º | 0.71% | 0.87% | - |
| XYZ | 33.4 | 21.05 | 7.15 | - |
| YUV | 118.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 64 | 0 | 0.65 | 0.71 | 0.13 | 4.97 | 0.7 | 0.56 |
| Hex | DD | 4D | 40 | 0 | 41 | 47 | D | 5 | 46 | 38 |
| Octal | 335 | 115 | 100 | 0 | 101 | 107 | 15 | 5 | 106 | 70 |
| Binary | 11011101 | 1001101 | 1000000 | 0 | 1000001 | 1000111 | 1101 | 101 | 1000110 | 111000 |
Color Harmonies of #DD4D40
Complementary color
Monochromatic Colors of #DD4D40
Black with #DD4D40
Text Example
Text Example
White with #DD4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D40; }
p { color: rgb(221,77,64); }
H1.HeaderClassName
{
color: #DD4D40;
}
.AnyTagClassName
{
color: #DD4D40;
}
</style>
background-color css
<style>
a { background-color: #DD4D40; }
a { background-color: rgb(221,77,64); }
div.DivClassName
{
background-color: #DD4D40;
}
.BgClassName
{
background-color: #DD4D40;
}
</style>
border-color css
<style>
span { border-color: #DD4D40; }
span { border-color: rgb(221,77,64); }
td.TdClassName
{
border-color: #DD4D40;
}
.TagClassName
{
border-color: #DD4D40;
}
</style>