Shades of Cinnabar #DD5239
Tints of Cinnabar #DD5239
RGB
CMYK
RGB Variations
Color information
#DD5239 (or 0xDD5239) is known color: Cinnabar. HEX triplet: DD, 52 and 39. RGB value is (221,82,57). Sum of RGB (Red+Green+Blue) = 221+82+57=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5239 is #22ADC6. Grayscale: #787878. Windows color (decimal): -2272711 or 3756765. OLE color: 3756765.
HSL color Cylindrical-coordinate representation of color #DD5239: hue angle of 9.15º 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 #DD5239 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 57 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.13 |
| HSL | 9.15º | 0.71% | 0.55% | - |
| HSV(B) | 9.15º | 0.74% | 0.87% | - |
| XYZ | 33.57 | 21.7 | 6.29 | - |
| YUV | 120.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 57 | 0 | 0.63 | 0.74 | 0.13 | 9.15 | 0.71 | 0.55 |
| Hex | DD | 52 | 39 | 0 | 3F | 4A | D | 9 | 47 | 37 |
| Octal | 335 | 122 | 71 | 0 | 77 | 112 | 15 | 11 | 107 | 67 |
| Binary | 11011101 | 1010010 | 111001 | 0 | 111111 | 1001010 | 1101 | 1001 | 1000111 | 110111 |
Color Harmonies of #DD5239
Complementary color
Monochromatic Colors of #DD5239
Black with #DD5239
Text Example
Text Example
White with #DD5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5239; }
p { color: rgb(221,82,57); }
H1.HeaderClassName
{
color: #DD5239;
}
.AnyTagClassName
{
color: #DD5239;
}
</style>
background-color css
<style>
a { background-color: #DD5239; }
a { background-color: rgb(221,82,57); }
div.DivClassName
{
background-color: #DD5239;
}
.BgClassName
{
background-color: #DD5239;
}
</style>
border-color css
<style>
span { border-color: #DD5239; }
span { border-color: rgb(221,82,57); }
td.TdClassName
{
border-color: #DD5239;
}
.TagClassName
{
border-color: #DD5239;
}
</style>