Shades of Cinnabar #DD442E
Tints of Cinnabar #DD442E
RGB
CMYK
RGB Variations
Color information
#DD442E (or 0xDD442E) is known color: Cinnabar. HEX triplet: DD, 44 and 2E. RGB value is (221,68,46). Sum of RGB (Red+Green+Blue) = 221+68+46=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD442E is #22BBD1. Grayscale: #6F6F6F. Windows color (decimal): -2276306 or 3032285. OLE color: 3032285.
HSL color Cylindrical-coordinate representation of color #DD442E: hue angle of 7.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD442E is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 46 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.13 |
| HSL | 7.54º | 0.72% | 0.52% | - |
| HSV(B) | 7.54º | 0.79% | 0.87% | - |
| XYZ | 32.38 | 19.7 | 4.68 | - |
| YUV | 111.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 46 | 0 | 0.69 | 0.79 | 0.13 | 7.54 | 0.72 | 0.52 |
| Hex | DD | 44 | 2E | 0 | 45 | 4F | D | 8 | 48 | 34 |
| Octal | 335 | 104 | 56 | 0 | 105 | 117 | 15 | 10 | 110 | 64 |
| Binary | 11011101 | 1000100 | 101110 | 0 | 1000101 | 1001111 | 1101 | 1000 | 1001000 | 110100 |
Color Harmonies of #DD442E
Complementary color
Monochromatic Colors of #DD442E
Black with #DD442E
Text Example
Text Example
White with #DD442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD442E; }
p { color: rgb(221,68,46); }
H1.HeaderClassName
{
color: #DD442E;
}
.AnyTagClassName
{
color: #DD442E;
}
</style>
background-color css
<style>
a { background-color: #DD442E; }
a { background-color: rgb(221,68,46); }
div.DivClassName
{
background-color: #DD442E;
}
.BgClassName
{
background-color: #DD442E;
}
</style>
border-color css
<style>
span { border-color: #DD442E; }
span { border-color: rgb(221,68,46); }
td.TdClassName
{
border-color: #DD442E;
}
.TagClassName
{
border-color: #DD442E;
}
</style>