Shades of Cinnabar #DD4441
Tints of Cinnabar #DD4441
RGB
CMYK
RGB Variations
Color information
#DD4441 (or 0xDD4441) is known color: Cinnabar. HEX triplet: DD, 44 and 41. RGB value is (221,68,65). Sum of RGB (Red+Green+Blue) = 221+68+65=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4441 is #22BBBE. Grayscale: #717171. Windows color (decimal): -2276287 or 4277469. OLE color: 4277469.
HSL color Cylindrical-coordinate representation of color #DD4441: hue angle of 1.15º 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 #DD4441 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 65 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.15º | 0.7% | 0.56% | - |
| HSV(B) | 1.15º | 0.71% | 0.87% | - |
| XYZ | 32.84 | 19.89 | 7.11 | - |
| YUV | 113.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 65 | 0 | 0.69 | 0.71 | 0.13 | 1.15 | 0.7 | 0.56 |
| Hex | DD | 44 | 41 | 0 | 45 | 47 | D | 1 | 46 | 38 |
| Octal | 335 | 104 | 101 | 0 | 105 | 107 | 15 | 1 | 106 | 70 |
| Binary | 11011101 | 1000100 | 1000001 | 0 | 1000101 | 1000111 | 1101 | 1 | 1000110 | 111000 |
Color Harmonies of #DD4441
Complementary color
Monochromatic Colors of #DD4441
Black with #DD4441
Text Example
Text Example
White with #DD4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4441; }
p { color: rgb(221,68,65); }
H1.HeaderClassName
{
color: #DD4441;
}
.AnyTagClassName
{
color: #DD4441;
}
</style>
background-color css
<style>
a { background-color: #DD4441; }
a { background-color: rgb(221,68,65); }
div.DivClassName
{
background-color: #DD4441;
}
.BgClassName
{
background-color: #DD4441;
}
</style>
border-color css
<style>
span { border-color: #DD4441; }
span { border-color: rgb(221,68,65); }
td.TdClassName
{
border-color: #DD4441;
}
.TagClassName
{
border-color: #DD4441;
}
</style>