Shades of Cinnabar #DD392A
Tints of Cinnabar #DD392A
RGB
CMYK
RGB Variations
Color information
#DD392A (or 0xDD392A) is known color: Cinnabar. HEX triplet: DD, 39 and 2A. RGB value is (221,57,42). Sum of RGB (Red+Green+Blue) = 221+57+42=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD392A is #22C6D5. Grayscale: #686868. Windows color (decimal): -2279126 or 2767325. OLE color: 2767325.
HSL color Cylindrical-coordinate representation of color #DD392A: hue angle of 5.03º 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 #DD392A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 42 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.13 |
| HSL | 5.03º | 0.72% | 0.52% | - |
| HSV(B) | 5.03º | 0.81% | 0.87% | - |
| XYZ | 31.7 | 18.47 | 4.08 | - |
| YUV | 104.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 42 | 0 | 0.74 | 0.81 | 0.13 | 5.03 | 0.72 | 0.52 |
| Hex | DD | 39 | 2A | 0 | 4A | 51 | D | 5 | 48 | 34 |
| Octal | 335 | 71 | 52 | 0 | 112 | 121 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111001 | 101010 | 0 | 1001010 | 1010001 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD392A
Complementary color
Monochromatic Colors of #DD392A
Black with #DD392A
Text Example
Text Example
White with #DD392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD392A; }
p { color: rgb(221,57,42); }
H1.HeaderClassName
{
color: #DD392A;
}
.AnyTagClassName
{
color: #DD392A;
}
</style>
background-color css
<style>
a { background-color: #DD392A; }
a { background-color: rgb(221,57,42); }
div.DivClassName
{
background-color: #DD392A;
}
.BgClassName
{
background-color: #DD392A;
}
</style>
border-color css
<style>
span { border-color: #DD392A; }
span { border-color: rgb(221,57,42); }
td.TdClassName
{
border-color: #DD392A;
}
.TagClassName
{
border-color: #DD392A;
}
</style>