Shades of Cinnabar #DD4027
Tints of Cinnabar #DD4027
RGB
CMYK
RGB Variations
Color information
#DD4027 (or 0xDD4027) is known color: Cinnabar. HEX triplet: DD, 40 and 27. RGB value is (221,64,39). Sum of RGB (Red+Green+Blue) = 221+64+39=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4027 is #22BFD8. Grayscale: #6C6C6C. Windows color (decimal): -2277337 or 2572509. OLE color: 2572509.
HSL color Cylindrical-coordinate representation of color #DD4027: hue angle of 8.24º 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 #DD4027 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 39 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.13 |
| HSL | 8.24º | 0.73% | 0.51% | - |
| HSV(B) | 8.24º | 0.82% | 0.87% | - |
| XYZ | 32.02 | 19.19 | 3.94 | - |
| YUV | 108.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 39 | 0 | 0.71 | 0.82 | 0.13 | 8.24 | 0.73 | 0.51 |
| Hex | DD | 40 | 27 | 0 | 47 | 52 | D | 8 | 49 | 33 |
| Octal | 335 | 100 | 47 | 0 | 107 | 122 | 15 | 10 | 111 | 63 |
| Binary | 11011101 | 1000000 | 100111 | 0 | 1000111 | 1010010 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DD4027
Complementary color
Monochromatic Colors of #DD4027
Black with #DD4027
Text Example
Text Example
White with #DD4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4027; }
p { color: rgb(221,64,39); }
H1.HeaderClassName
{
color: #DD4027;
}
.AnyTagClassName
{
color: #DD4027;
}
</style>
background-color css
<style>
a { background-color: #DD4027; }
a { background-color: rgb(221,64,39); }
div.DivClassName
{
background-color: #DD4027;
}
.BgClassName
{
background-color: #DD4027;
}
</style>
border-color css
<style>
span { border-color: #DD4027; }
span { border-color: rgb(221,64,39); }
td.TdClassName
{
border-color: #DD4027;
}
.TagClassName
{
border-color: #DD4027;
}
</style>