Shades of Cinnabar #DD3C2E
Tints of Cinnabar #DD3C2E
RGB
CMYK
RGB Variations
Color information
#DD3C2E (or 0xDD3C2E) is known color: Cinnabar. HEX triplet: DD, 3C and 2E. RGB value is (221,60,46). Sum of RGB (Red+Green+Blue) = 221+60+46=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C2E is #22C3D1. Grayscale: #6A6A6A. Windows color (decimal): -2278354 or 3030237. OLE color: 3030237.
HSL color Cylindrical-coordinate representation of color #DD3C2E: hue angle of 4.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD3C2E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 46 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.13 |
| HSL | 4.8º | 0.72% | 0.52% | - |
| HSV(B) | 4.8º | 0.79% | 0.87% | - |
| XYZ | 31.93 | 18.8 | 4.53 | - |
| YUV | 106.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 46 | 0 | 0.73 | 0.79 | 0.13 | 4.8 | 0.72 | 0.52 |
| Hex | DD | 3C | 2E | 0 | 49 | 4F | D | 5 | 48 | 34 |
| Octal | 335 | 74 | 56 | 0 | 111 | 117 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111100 | 101110 | 0 | 1001001 | 1001111 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD3C2E
Complementary color
Monochromatic Colors of #DD3C2E
Black with #DD3C2E
Text Example
Text Example
White with #DD3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C2E; }
p { color: rgb(221,60,46); }
H1.HeaderClassName
{
color: #DD3C2E;
}
.AnyTagClassName
{
color: #DD3C2E;
}
</style>
background-color css
<style>
a { background-color: #DD3C2E; }
a { background-color: rgb(221,60,46); }
div.DivClassName
{
background-color: #DD3C2E;
}
.BgClassName
{
background-color: #DD3C2E;
}
</style>
border-color css
<style>
span { border-color: #DD3C2E; }
span { border-color: rgb(221,60,46); }
td.TdClassName
{
border-color: #DD3C2E;
}
.TagClassName
{
border-color: #DD3C2E;
}
</style>