Shades of Cinnabar #DD3C36
Tints of Cinnabar #DD3C36
RGB
CMYK
RGB Variations
Color information
#DD3C36 (or 0xDD3C36) is known color: Cinnabar. HEX triplet: DD, 3C and 36. RGB value is (221,60,54). Sum of RGB (Red+Green+Blue) = 221+60+54=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C36 is #22C3C9. Grayscale: #6B6B6B. Windows color (decimal): -2278346 or 3554525. OLE color: 3554525.
HSL color Cylindrical-coordinate representation of color #DD3C36: hue angle of 2.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3C36 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 54 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.13 |
| HSL | 2.16º | 0.71% | 0.54% | - |
| HSV(B) | 2.16º | 0.76% | 0.87% | - |
| XYZ | 32.1 | 18.87 | 5.44 | - |
| YUV | 107.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 54 | 0 | 0.73 | 0.76 | 0.13 | 2.16 | 0.71 | 0.54 |
| Hex | DD | 3C | 36 | 0 | 49 | 4C | D | 2 | 47 | 36 |
| Octal | 335 | 74 | 66 | 0 | 111 | 114 | 15 | 2 | 107 | 66 |
| Binary | 11011101 | 111100 | 110110 | 0 | 1001001 | 1001100 | 1101 | 10 | 1000111 | 110110 |
Color Harmonies of #DD3C36
Complementary color
Monochromatic Colors of #DD3C36
Black with #DD3C36
Text Example
Text Example
White with #DD3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C36; }
p { color: rgb(221,60,54); }
H1.HeaderClassName
{
color: #DD3C36;
}
.AnyTagClassName
{
color: #DD3C36;
}
</style>
background-color css
<style>
a { background-color: #DD3C36; }
a { background-color: rgb(221,60,54); }
div.DivClassName
{
background-color: #DD3C36;
}
.BgClassName
{
background-color: #DD3C36;
}
</style>
border-color css
<style>
span { border-color: #DD3C36; }
span { border-color: rgb(221,60,54); }
td.TdClassName
{
border-color: #DD3C36;
}
.TagClassName
{
border-color: #DD3C36;
}
</style>