Shades of Cinnabar #DD392F
Tints of Cinnabar #DD392F
RGB
CMYK
RGB Variations
Color information
#DD392F (or 0xDD392F) is known color: Cinnabar. HEX triplet: DD, 39 and 2F. RGB value is (221,57,47). Sum of RGB (Red+Green+Blue) = 221+57+47=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD392F is #22C6D0. Grayscale: #696969. Windows color (decimal): -2279121 or 3095005. OLE color: 3095005.
HSL color Cylindrical-coordinate representation of color #DD392F: hue angle of 3.45º 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 #DD392F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 47 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.13 |
| HSL | 3.45º | 0.72% | 0.53% | - |
| HSV(B) | 3.45º | 0.79% | 0.87% | - |
| XYZ | 31.8 | 18.5 | 4.59 | - |
| YUV | 104.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 47 | 0 | 0.74 | 0.79 | 0.13 | 3.45 | 0.72 | 0.53 |
| Hex | DD | 39 | 2F | 0 | 4A | 4F | D | 3 | 48 | 35 |
| Octal | 335 | 71 | 57 | 0 | 112 | 117 | 15 | 3 | 110 | 65 |
| Binary | 11011101 | 111001 | 101111 | 0 | 1001010 | 1001111 | 1101 | 11 | 1001000 | 110101 |
Color Harmonies of #DD392F
Complementary color
Monochromatic Colors of #DD392F
Black with #DD392F
Text Example
Text Example
White with #DD392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD392F; }
p { color: rgb(221,57,47); }
H1.HeaderClassName
{
color: #DD392F;
}
.AnyTagClassName
{
color: #DD392F;
}
</style>
background-color css
<style>
a { background-color: #DD392F; }
a { background-color: rgb(221,57,47); }
div.DivClassName
{
background-color: #DD392F;
}
.BgClassName
{
background-color: #DD392F;
}
</style>
border-color css
<style>
span { border-color: #DD392F; }
span { border-color: rgb(221,57,47); }
td.TdClassName
{
border-color: #DD392F;
}
.TagClassName
{
border-color: #DD392F;
}
</style>