Shades of Cinnabar #DD3624
Tints of Cinnabar #DD3624
RGB
CMYK
RGB Variations
Color information
#DD3624 (or 0xDD3624) is known color: Cinnabar. HEX triplet: DD, 36 and 24. RGB value is (221,54,36). Sum of RGB (Red+Green+Blue) = 221+54+36=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3624 is #22C9DB. Grayscale: #666666. Windows color (decimal): -2279900 or 2373341. OLE color: 2373341.
HSL color Cylindrical-coordinate representation of color #DD3624: hue angle of 5.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD3624 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 36 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.13 |
| HSL | 5.84º | 0.73% | 0.5% | - |
| HSV(B) | 5.84º | 0.84% | 0.87% | - |
| XYZ | 31.46 | 18.14 | 3.51 | - |
| YUV | 101.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 36 | 0 | 0.76 | 0.84 | 0.13 | 5.84 | 0.73 | 0.5 |
| Hex | DD | 36 | 24 | 0 | 4C | 54 | D | 6 | 49 | 32 |
| Octal | 335 | 66 | 44 | 0 | 114 | 124 | 15 | 6 | 111 | 62 |
| Binary | 11011101 | 110110 | 100100 | 0 | 1001100 | 1010100 | 1101 | 110 | 1001001 | 110010 |
Color Harmonies of #DD3624
Complementary color
Monochromatic Colors of #DD3624
Black with #DD3624
Text Example
Text Example
White with #DD3624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3624; }
p { color: rgb(221,54,36); }
H1.HeaderClassName
{
color: #DD3624;
}
.AnyTagClassName
{
color: #DD3624;
}
</style>
background-color css
<style>
a { background-color: #DD3624; }
a { background-color: rgb(221,54,36); }
div.DivClassName
{
background-color: #DD3624;
}
.BgClassName
{
background-color: #DD3624;
}
</style>
border-color css
<style>
span { border-color: #DD3624; }
span { border-color: rgb(221,54,36); }
td.TdClassName
{
border-color: #DD3624;
}
.TagClassName
{
border-color: #DD3624;
}
</style>