Shades of Cinnabar #DD5139
Tints of Cinnabar #DD5139
RGB
CMYK
RGB Variations
Color information
#DD5139 (or 0xDD5139) is known color: Cinnabar. HEX triplet: DD, 51 and 39. RGB value is (221,81,57). Sum of RGB (Red+Green+Blue) = 221+81+57=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5139 is #22AEC6. Grayscale: #787878. Windows color (decimal): -2272967 or 3756509. OLE color: 3756509.
HSL color Cylindrical-coordinate representation of color #DD5139: hue angle of 8.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD5139 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 57 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.13 |
| HSL | 8.78º | 0.71% | 0.55% | - |
| HSV(B) | 8.78º | 0.74% | 0.87% | - |
| XYZ | 33.5 | 21.55 | 6.27 | - |
| YUV | 120.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 57 | 0 | 0.63 | 0.74 | 0.13 | 8.78 | 0.71 | 0.55 |
| Hex | DD | 51 | 39 | 0 | 3F | 4A | D | 9 | 47 | 37 |
| Octal | 335 | 121 | 71 | 0 | 77 | 112 | 15 | 11 | 107 | 67 |
| Binary | 11011101 | 1010001 | 111001 | 0 | 111111 | 1001010 | 1101 | 1001 | 1000111 | 110111 |
Color Harmonies of #DD5139
Complementary color
Monochromatic Colors of #DD5139
Black with #DD5139
Text Example
Text Example
White with #DD5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5139; }
p { color: rgb(221,81,57); }
H1.HeaderClassName
{
color: #DD5139;
}
.AnyTagClassName
{
color: #DD5139;
}
</style>
background-color css
<style>
a { background-color: #DD5139; }
a { background-color: rgb(221,81,57); }
div.DivClassName
{
background-color: #DD5139;
}
.BgClassName
{
background-color: #DD5139;
}
</style>
border-color css
<style>
span { border-color: #DD5139; }
span { border-color: rgb(221,81,57); }
td.TdClassName
{
border-color: #DD5139;
}
.TagClassName
{
border-color: #DD5139;
}
</style>