Shades of Cinnabar #DD3C31
Tints of Cinnabar #DD3C31
RGB
CMYK
RGB Variations
Color information
#DD3C31 (or 0xDD3C31) is known color: Cinnabar. HEX triplet: DD, 3C and 31. RGB value is (221,60,49). Sum of RGB (Red+Green+Blue) = 221+60+49=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C31 is #22C3CE. Grayscale: #6B6B6B. Windows color (decimal): -2278351 or 3226845. OLE color: 3226845.
HSL color Cylindrical-coordinate representation of color #DD3C31: hue angle of 3.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3C31 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 49 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.13 |
| HSL | 3.84º | 0.72% | 0.53% | - |
| HSV(B) | 3.84º | 0.78% | 0.87% | - |
| XYZ | 31.99 | 18.83 | 4.85 | - |
| YUV | 106.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 49 | 0 | 0.73 | 0.78 | 0.13 | 3.84 | 0.72 | 0.53 |
| Hex | DD | 3C | 31 | 0 | 49 | 4E | D | 4 | 48 | 35 |
| Octal | 335 | 74 | 61 | 0 | 111 | 116 | 15 | 4 | 110 | 65 |
| Binary | 11011101 | 111100 | 110001 | 0 | 1001001 | 1001110 | 1101 | 100 | 1001000 | 110101 |
Color Harmonies of #DD3C31
Complementary color
Monochromatic Colors of #DD3C31
Black with #DD3C31
Text Example
Text Example
White with #DD3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C31; }
p { color: rgb(221,60,49); }
H1.HeaderClassName
{
color: #DD3C31;
}
.AnyTagClassName
{
color: #DD3C31;
}
</style>
background-color css
<style>
a { background-color: #DD3C31; }
a { background-color: rgb(221,60,49); }
div.DivClassName
{
background-color: #DD3C31;
}
.BgClassName
{
background-color: #DD3C31;
}
</style>
border-color css
<style>
span { border-color: #DD3C31; }
span { border-color: rgb(221,60,49); }
td.TdClassName
{
border-color: #DD3C31;
}
.TagClassName
{
border-color: #DD3C31;
}
</style>