Shades of Cinnabar #DD392B
Tints of Cinnabar #DD392B
RGB
CMYK
RGB Variations
Color information
#DD392B (or 0xDD392B) is known color: Cinnabar. HEX triplet: DD, 39 and 2B. RGB value is (221,57,43). Sum of RGB (Red+Green+Blue) = 221+57+43=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD392B is #22C6D4. Grayscale: #686868. Windows color (decimal): -2279125 or 2832861. OLE color: 2832861.
HSL color Cylindrical-coordinate representation of color #DD392B: hue angle of 4.72º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD392B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 43 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.13 |
| HSL | 4.72º | 0.72% | 0.52% | - |
| HSV(B) | 4.72º | 0.81% | 0.87% | - |
| XYZ | 31.72 | 18.47 | 4.18 | - |
| YUV | 104.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 43 | 0 | 0.74 | 0.81 | 0.13 | 4.72 | 0.72 | 0.52 |
| Hex | DD | 39 | 2B | 0 | 4A | 51 | D | 5 | 48 | 34 |
| Octal | 335 | 71 | 53 | 0 | 112 | 121 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111001 | 101011 | 0 | 1001010 | 1010001 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD392B
Complementary color
Monochromatic Colors of #DD392B
Black with #DD392B
Text Example
Text Example
White with #DD392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD392B; }
p { color: rgb(221,57,43); }
H1.HeaderClassName
{
color: #DD392B;
}
.AnyTagClassName
{
color: #DD392B;
}
</style>
background-color css
<style>
a { background-color: #DD392B; }
a { background-color: rgb(221,57,43); }
div.DivClassName
{
background-color: #DD392B;
}
.BgClassName
{
background-color: #DD392B;
}
</style>
border-color css
<style>
span { border-color: #DD392B; }
span { border-color: rgb(221,57,43); }
td.TdClassName
{
border-color: #DD392B;
}
.TagClassName
{
border-color: #DD392B;
}
</style>