Shades of Cinnabar #DD4845
Tints of Cinnabar #DD4845
RGB
CMYK
RGB Variations
Color information
#DD4845 (or 0xDD4845) is known color: Cinnabar. HEX triplet: DD, 48 and 45. RGB value is (221,72,69). Sum of RGB (Red+Green+Blue) = 221+72+69=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4845 is #22B7BA. Grayscale: #747474. Windows color (decimal): -2275259 or 4540637. OLE color: 4540637.
HSL color Cylindrical-coordinate representation of color #DD4845: hue angle of 1.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4845 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.13 |
| HSL | 1.18º | 0.69% | 0.57% | - |
| HSV(B) | 1.18º | 0.69% | 0.87% | - |
| XYZ | 33.21 | 20.44 | 7.82 | - |
| YUV | 116.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 69 | 0 | 0.67 | 0.69 | 0.13 | 1.18 | 0.69 | 0.57 |
| Hex | DD | 48 | 45 | 0 | 43 | 45 | D | 1 | 45 | 39 |
| Octal | 335 | 110 | 105 | 0 | 103 | 105 | 15 | 1 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1000101 | 0 | 1000011 | 1000101 | 1101 | 1 | 1000101 | 111001 |
Color Harmonies of #DD4845
Complementary color
Monochromatic Colors of #DD4845
Black with #DD4845
Text Example
Text Example
White with #DD4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4845; }
p { color: rgb(221,72,69); }
H1.HeaderClassName
{
color: #DD4845;
}
.AnyTagClassName
{
color: #DD4845;
}
</style>
background-color css
<style>
a { background-color: #DD4845; }
a { background-color: rgb(221,72,69); }
div.DivClassName
{
background-color: #DD4845;
}
.BgClassName
{
background-color: #DD4845;
}
</style>
border-color css
<style>
span { border-color: #DD4845; }
span { border-color: rgb(221,72,69); }
td.TdClassName
{
border-color: #DD4845;
}
.TagClassName
{
border-color: #DD4845;
}
</style>