Shades of Cinnabar #DD4645
Tints of Cinnabar #DD4645
RGB
CMYK
RGB Variations
Color information
#DD4645 (or 0xDD4645) is known color: Cinnabar. HEX triplet: DD, 46 and 45. RGB value is (221,70,69). Sum of RGB (Red+Green+Blue) = 221+70+69=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4645 is #22B9BA. Grayscale: #737373. Windows color (decimal): -2275771 or 4540125. OLE color: 4540125.
HSL color Cylindrical-coordinate representation of color #DD4645: hue angle of 0.39º 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 #DD4645 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 69 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.13 |
| HSL | 0.39º | 0.69% | 0.57% | - |
| HSV(B) | 0.39º | 0.69% | 0.87% | - |
| XYZ | 33.08 | 20.18 | 7.78 | - |
| YUV | 115.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 69 | 0 | 0.68 | 0.69 | 0.13 | 0.39 | 0.69 | 0.57 |
| Hex | DD | 46 | 45 | 0 | 44 | 45 | D | 0 | 45 | 39 |
| Octal | 335 | 106 | 105 | 0 | 104 | 105 | 15 | 0 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1000101 | 0 | 1000100 | 1000101 | 1101 | 0 | 1000101 | 111001 |
Color Harmonies of #DD4645
Complementary color
Monochromatic Colors of #DD4645
Black with #DD4645
Text Example
Text Example
White with #DD4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4645; }
p { color: rgb(221,70,69); }
H1.HeaderClassName
{
color: #DD4645;
}
.AnyTagClassName
{
color: #DD4645;
}
</style>
background-color css
<style>
a { background-color: #DD4645; }
a { background-color: rgb(221,70,69); }
div.DivClassName
{
background-color: #DD4645;
}
.BgClassName
{
background-color: #DD4645;
}
</style>
border-color css
<style>
span { border-color: #DD4645; }
span { border-color: rgb(221,70,69); }
td.TdClassName
{
border-color: #DD4645;
}
.TagClassName
{
border-color: #DD4645;
}
</style>