Shades of Cinnabar #DD392D
Tints of Cinnabar #DD392D
RGB
CMYK
RGB Variations
Color information
#DD392D (or 0xDD392D) is known color: Cinnabar. HEX triplet: DD, 39 and 2D. RGB value is (221,57,45). Sum of RGB (Red+Green+Blue) = 221+57+45=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD392D is #22C6D2. Grayscale: #686868. Windows color (decimal): -2279123 or 2963933. OLE color: 2963933.
HSL color Cylindrical-coordinate representation of color #DD392D: hue angle of 4.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD392D is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 45 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.13 |
| HSL | 4.09º | 0.72% | 0.52% | - |
| HSV(B) | 4.09º | 0.8% | 0.87% | - |
| XYZ | 31.76 | 18.49 | 4.38 | - |
| YUV | 104.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 45 | 0 | 0.74 | 0.80 | 0.13 | 4.09 | 0.72 | 0.52 |
| Hex | DD | 39 | 2D | 0 | 4A | 50 | D | 4 | 48 | 34 |
| Octal | 335 | 71 | 55 | 0 | 112 | 120 | 15 | 4 | 110 | 64 |
| Binary | 11011101 | 111001 | 101101 | 0 | 1001010 | 1010000 | 1101 | 100 | 1001000 | 110100 |
Color Harmonies of #DD392D
Complementary color
Monochromatic Colors of #DD392D
Black with #DD392D
Text Example
Text Example
White with #DD392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD392D; }
p { color: rgb(221,57,45); }
H1.HeaderClassName
{
color: #DD392D;
}
.AnyTagClassName
{
color: #DD392D;
}
</style>
background-color css
<style>
a { background-color: #DD392D; }
a { background-color: rgb(221,57,45); }
div.DivClassName
{
background-color: #DD392D;
}
.BgClassName
{
background-color: #DD392D;
}
</style>
border-color css
<style>
span { border-color: #DD392D; }
span { border-color: rgb(221,57,45); }
td.TdClassName
{
border-color: #DD392D;
}
.TagClassName
{
border-color: #DD392D;
}
</style>