Shades of Cinnabar #DD442F
Tints of Cinnabar #DD442F
RGB
CMYK
RGB Variations
Color information
#DD442F (or 0xDD442F) is known color: Cinnabar. HEX triplet: DD, 44 and 2F. RGB value is (221,68,47). Sum of RGB (Red+Green+Blue) = 221+68+47=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD442F is #22BBD0. Grayscale: #6F6F6F. Windows color (decimal): -2276305 or 3097821. OLE color: 3097821.
HSL color Cylindrical-coordinate representation of color #DD442F: hue angle of 7.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD442F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 47 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.13 |
| HSL | 7.24º | 0.72% | 0.53% | - |
| HSV(B) | 7.24º | 0.79% | 0.87% | - |
| XYZ | 32.4 | 19.71 | 4.79 | - |
| YUV | 111.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 47 | 0 | 0.69 | 0.79 | 0.13 | 7.24 | 0.72 | 0.53 |
| Hex | DD | 44 | 2F | 0 | 45 | 4F | D | 7 | 48 | 35 |
| Octal | 335 | 104 | 57 | 0 | 105 | 117 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000100 | 101111 | 0 | 1000101 | 1001111 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD442F
Complementary color
Monochromatic Colors of #DD442F
Black with #DD442F
Text Example
Text Example
White with #DD442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD442F; }
p { color: rgb(221,68,47); }
H1.HeaderClassName
{
color: #DD442F;
}
.AnyTagClassName
{
color: #DD442F;
}
</style>
background-color css
<style>
a { background-color: #DD442F; }
a { background-color: rgb(221,68,47); }
div.DivClassName
{
background-color: #DD442F;
}
.BgClassName
{
background-color: #DD442F;
}
</style>
border-color css
<style>
span { border-color: #DD442F; }
span { border-color: rgb(221,68,47); }
td.TdClassName
{
border-color: #DD442F;
}
.TagClassName
{
border-color: #DD442F;
}
</style>