Shades of Cinnabar #DD3E2B
Tints of Cinnabar #DD3E2B
RGB
CMYK
RGB Variations
Color information
#DD3E2B (or 0xDD3E2B) is known color: Cinnabar. HEX triplet: DD, 3E and 2B. RGB value is (221,62,43). Sum of RGB (Red+Green+Blue) = 221+62+43=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E2B is #22C1D4. Grayscale: #6B6B6B. Windows color (decimal): -2277845 or 2834141. OLE color: 2834141.
HSL color Cylindrical-coordinate representation of color #DD3E2B: hue angle of 6.4º 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 #DD3E2B is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 43 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.13 |
| HSL | 6.4º | 0.72% | 0.52% | - |
| HSV(B) | 6.4º | 0.81% | 0.87% | - |
| XYZ | 31.98 | 18.99 | 4.27 | - |
| YUV | 107.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 43 | 0 | 0.72 | 0.81 | 0.13 | 6.4 | 0.72 | 0.52 |
| Hex | DD | 3E | 2B | 0 | 48 | 51 | D | 6 | 48 | 34 |
| Octal | 335 | 76 | 53 | 0 | 110 | 121 | 15 | 6 | 110 | 64 |
| Binary | 11011101 | 111110 | 101011 | 0 | 1001000 | 1010001 | 1101 | 110 | 1001000 | 110100 |
Color Harmonies of #DD3E2B
Complementary color
Monochromatic Colors of #DD3E2B
Black with #DD3E2B
Text Example
Text Example
White with #DD3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E2B; }
p { color: rgb(221,62,43); }
H1.HeaderClassName
{
color: #DD3E2B;
}
.AnyTagClassName
{
color: #DD3E2B;
}
</style>
background-color css
<style>
a { background-color: #DD3E2B; }
a { background-color: rgb(221,62,43); }
div.DivClassName
{
background-color: #DD3E2B;
}
.BgClassName
{
background-color: #DD3E2B;
}
</style>
border-color css
<style>
span { border-color: #DD3E2B; }
span { border-color: rgb(221,62,43); }
td.TdClassName
{
border-color: #DD3E2B;
}
.TagClassName
{
border-color: #DD3E2B;
}
</style>