Shades of Cinnabar #DD4E39
Tints of Cinnabar #DD4E39
RGB
CMYK
RGB Variations
Color information
#DD4E39 (or 0xDD4E39) is known color: Cinnabar. HEX triplet: DD, 4E and 39. RGB value is (221,78,57). Sum of RGB (Red+Green+Blue) = 221+78+57=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E39 is #22B1C6. Grayscale: #767676. Windows color (decimal): -2273735 or 3755741. OLE color: 3755741.
HSL color Cylindrical-coordinate representation of color #DD4E39: hue angle of 7.68º 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 #DD4E39 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 57 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.13 |
| HSL | 7.68º | 0.71% | 0.55% | - |
| HSV(B) | 7.68º | 0.74% | 0.87% | - |
| XYZ | 33.28 | 21.12 | 6.19 | - |
| YUV | 118.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 57 | 0 | 0.65 | 0.74 | 0.13 | 7.68 | 0.71 | 0.55 |
| Hex | DD | 4E | 39 | 0 | 41 | 4A | D | 8 | 47 | 37 |
| Octal | 335 | 116 | 71 | 0 | 101 | 112 | 15 | 10 | 107 | 67 |
| Binary | 11011101 | 1001110 | 111001 | 0 | 1000001 | 1001010 | 1101 | 1000 | 1000111 | 110111 |
Color Harmonies of #DD4E39
Complementary color
Monochromatic Colors of #DD4E39
Black with #DD4E39
Text Example
Text Example
White with #DD4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E39; }
p { color: rgb(221,78,57); }
H1.HeaderClassName
{
color: #DD4E39;
}
.AnyTagClassName
{
color: #DD4E39;
}
</style>
background-color css
<style>
a { background-color: #DD4E39; }
a { background-color: rgb(221,78,57); }
div.DivClassName
{
background-color: #DD4E39;
}
.BgClassName
{
background-color: #DD4E39;
}
</style>
border-color css
<style>
span { border-color: #DD4E39; }
span { border-color: rgb(221,78,57); }
td.TdClassName
{
border-color: #DD4E39;
}
.TagClassName
{
border-color: #DD4E39;
}
</style>