Shades of Cinnabar #DD4544
Tints of Cinnabar #DD4544
RGB
CMYK
RGB Variations
Color information
#DD4544 (or 0xDD4544) is known color: Cinnabar. HEX triplet: DD, 45 and 44. RGB value is (221,69,68). Sum of RGB (Red+Green+Blue) = 221+69+68=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4544 is #22BABB. Grayscale: #727272. Windows color (decimal): -2276028 or 4474333. OLE color: 4474333.
HSL color Cylindrical-coordinate representation of color #DD4544: 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 #DD4544 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 68 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.13 |
| HSL | 0.39º | 0.69% | 0.57% | - |
| HSV(B) | 0.39º | 0.69% | 0.87% | - |
| XYZ | 32.99 | 20.05 | 7.6 | - |
| YUV | 114.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 68 | 0 | 0.69 | 0.69 | 0.13 | 0.39 | 0.69 | 0.57 |
| Hex | DD | 45 | 44 | 0 | 45 | 45 | D | 0 | 45 | 39 |
| Octal | 335 | 105 | 104 | 0 | 105 | 105 | 15 | 0 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1000100 | 0 | 1000101 | 1000101 | 1101 | 0 | 1000101 | 111001 |
Color Harmonies of #DD4544
Complementary color
Monochromatic Colors of #DD4544
Black with #DD4544
Text Example
Text Example
White with #DD4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4544; }
p { color: rgb(221,69,68); }
H1.HeaderClassName
{
color: #DD4544;
}
.AnyTagClassName
{
color: #DD4544;
}
</style>
background-color css
<style>
a { background-color: #DD4544; }
a { background-color: rgb(221,69,68); }
div.DivClassName
{
background-color: #DD4544;
}
.BgClassName
{
background-color: #DD4544;
}
</style>
border-color css
<style>
span { border-color: #DD4544; }
span { border-color: rgb(221,69,68); }
td.TdClassName
{
border-color: #DD4544;
}
.TagClassName
{
border-color: #DD4544;
}
</style>