Shades of Cinnabar #DD4240
Tints of Cinnabar #DD4240
RGB
CMYK
RGB Variations
Color information
#DD4240 (or 0xDD4240) is known color: Cinnabar. HEX triplet: DD, 42 and 40. RGB value is (221,66,64). Sum of RGB (Red+Green+Blue) = 221+66+64=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4240 is #22BDBF. Grayscale: #707070. Windows color (decimal): -2276800 or 4211421. OLE color: 4211421.
HSL color Cylindrical-coordinate representation of color #DD4240: hue angle of 0.76º 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 #DD4240 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 64 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.13 |
| HSL | 0.76º | 0.7% | 0.56% | - |
| HSV(B) | 0.76º | 0.71% | 0.87% | - |
| XYZ | 32.69 | 19.64 | 6.92 | - |
| YUV | 112.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 64 | 0 | 0.70 | 0.71 | 0.13 | 0.76 | 0.7 | 0.56 |
| Hex | DD | 42 | 40 | 0 | 46 | 47 | D | 1 | 46 | 38 |
| Octal | 335 | 102 | 100 | 0 | 106 | 107 | 15 | 1 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1000000 | 0 | 1000110 | 1000111 | 1101 | 1 | 1000110 | 111000 |
Color Harmonies of #DD4240
Complementary color
Monochromatic Colors of #DD4240
Black with #DD4240
Text Example
Text Example
White with #DD4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4240; }
p { color: rgb(221,66,64); }
H1.HeaderClassName
{
color: #DD4240;
}
.AnyTagClassName
{
color: #DD4240;
}
</style>
background-color css
<style>
a { background-color: #DD4240; }
a { background-color: rgb(221,66,64); }
div.DivClassName
{
background-color: #DD4240;
}
.BgClassName
{
background-color: #DD4240;
}
</style>
border-color css
<style>
span { border-color: #DD4240; }
span { border-color: rgb(221,66,64); }
td.TdClassName
{
border-color: #DD4240;
}
.TagClassName
{
border-color: #DD4240;
}
</style>