Shades of Cinnabar #DD4E26
Tints of Cinnabar #DD4E26
RGB
CMYK
RGB Variations
Color information
#DD4E26 (or 0xDD4E26) is known color: Cinnabar. HEX triplet: DD, 4E and 26. RGB value is (221,78,38). Sum of RGB (Red+Green+Blue) = 221+78+38=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E26 is #22B1D9. Grayscale: #747474. Windows color (decimal): -2273754 or 2510557. OLE color: 2510557.
HSL color Cylindrical-coordinate representation of color #DD4E26: hue angle of 13.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD4E26 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 38 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.13 |
| HSL | 13.11º | 0.73% | 0.51% | - |
| HSV(B) | 13.11º | 0.83% | 0.87% | - |
| XYZ | 32.89 | 20.96 | 4.15 | - |
| YUV | 116.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 38 | 0 | 0.65 | 0.83 | 0.13 | 13.11 | 0.73 | 0.51 |
| Hex | DD | 4E | 26 | 0 | 41 | 53 | D | D | 49 | 33 |
| Octal | 335 | 116 | 46 | 0 | 101 | 123 | 15 | 15 | 111 | 63 |
| Binary | 11011101 | 1001110 | 100110 | 0 | 1000001 | 1010011 | 1101 | 1101 | 1001001 | 110011 |
Color Harmonies of #DD4E26
Complementary color
Monochromatic Colors of #DD4E26
Black with #DD4E26
Text Example
Text Example
White with #DD4E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E26; }
p { color: rgb(221,78,38); }
H1.HeaderClassName
{
color: #DD4E26;
}
.AnyTagClassName
{
color: #DD4E26;
}
</style>
background-color css
<style>
a { background-color: #DD4E26; }
a { background-color: rgb(221,78,38); }
div.DivClassName
{
background-color: #DD4E26;
}
.BgClassName
{
background-color: #DD4E26;
}
</style>
border-color css
<style>
span { border-color: #DD4E26; }
span { border-color: rgb(221,78,38); }
td.TdClassName
{
border-color: #DD4E26;
}
.TagClassName
{
border-color: #DD4E26;
}
</style>