Shades of Cinnabar #DD4D27
Tints of Cinnabar #DD4D27
RGB
CMYK
RGB Variations
Color information
#DD4D27 (or 0xDD4D27) is known color: Cinnabar. HEX triplet: DD, 4D and 27. RGB value is (221,77,39). Sum of RGB (Red+Green+Blue) = 221+77+39=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D27 is #22B2D8. Grayscale: #747474. Windows color (decimal): -2274009 or 2575837. OLE color: 2575837.
HSL color Cylindrical-coordinate representation of color #DD4D27: hue angle of 12.53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD4D27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.13 |
| HSL | 12.53º | 0.73% | 0.51% | - |
| HSV(B) | 12.53º | 0.82% | 0.87% | - |
| XYZ | 32.84 | 20.83 | 4.21 | - |
| YUV | 115.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 39 | 0 | 0.65 | 0.82 | 0.13 | 12.53 | 0.73 | 0.51 |
| Hex | DD | 4D | 27 | 0 | 41 | 52 | D | D | 49 | 33 |
| Octal | 335 | 115 | 47 | 0 | 101 | 122 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1001101 | 100111 | 0 | 1000001 | 1010010 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD4D27
Complementary color
Monochromatic Colors of #DD4D27
Black with #DD4D27
Text Example
Text Example
White with #DD4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D27; }
p { color: rgb(221,77,39); }
H1.HeaderClassName
{
color: #DD4D27;
}
.AnyTagClassName
{
color: #DD4D27;
}
</style>
background-color css
<style>
a { background-color: #DD4D27; }
a { background-color: rgb(221,77,39); }
div.DivClassName
{
background-color: #DD4D27;
}
.BgClassName
{
background-color: #DD4D27;
}
</style>
border-color css
<style>
span { border-color: #DD4D27; }
span { border-color: rgb(221,77,39); }
td.TdClassName
{
border-color: #DD4D27;
}
.TagClassName
{
border-color: #DD4D27;
}
</style>