Shades of Cinnabar #DD4540
Tints of Cinnabar #DD4540
RGB
CMYK
RGB Variations
Color information
#DD4540 (or 0xDD4540) is known color: Cinnabar. HEX triplet: DD, 45 and 40. RGB value is (221,69,64). Sum of RGB (Red+Green+Blue) = 221+69+64=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4540 is #22BABF. Grayscale: #727272. Windows color (decimal): -2276032 or 4212189. OLE color: 4212189.
HSL color Cylindrical-coordinate representation of color #DD4540: hue angle of 1.91º 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 #DD4540 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 64 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.91º | 0.7% | 0.56% | - |
| HSV(B) | 1.91º | 0.71% | 0.87% | - |
| XYZ | 32.87 | 20 | 6.98 | - |
| YUV | 113.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 64 | 0 | 0.69 | 0.71 | 0.13 | 1.91 | 0.7 | 0.56 |
| Hex | DD | 45 | 40 | 0 | 45 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 105 | 100 | 0 | 105 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000101 | 1000000 | 0 | 1000101 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD4540
Complementary color
Monochromatic Colors of #DD4540
Black with #DD4540
Text Example
Text Example
White with #DD4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4540; }
p { color: rgb(221,69,64); }
H1.HeaderClassName
{
color: #DD4540;
}
.AnyTagClassName
{
color: #DD4540;
}
</style>
background-color css
<style>
a { background-color: #DD4540; }
a { background-color: rgb(221,69,64); }
div.DivClassName
{
background-color: #DD4540;
}
.BgClassName
{
background-color: #DD4540;
}
</style>
border-color css
<style>
span { border-color: #DD4540; }
span { border-color: rgb(221,69,64); }
td.TdClassName
{
border-color: #DD4540;
}
.TagClassName
{
border-color: #DD4540;
}
</style>