Shades of Cinnabar #DD3E2F
Tints of Cinnabar #DD3E2F
RGB
CMYK
RGB Variations
Color information
#DD3E2F (or 0xDD3E2F) is known color: Cinnabar. HEX triplet: DD, 3E and 2F. RGB value is (221,62,47). Sum of RGB (Red+Green+Blue) = 221+62+47=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E2F is #22C1D0. Grayscale: #6C6C6C. Windows color (decimal): -2277841 or 3096285. OLE color: 3096285.
HSL color Cylindrical-coordinate representation of color #DD3E2F: hue angle of 5.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD3E2F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 47 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.13 |
| HSL | 5.17º | 0.72% | 0.53% | - |
| HSV(B) | 5.17º | 0.79% | 0.87% | - |
| XYZ | 32.05 | 19.02 | 4.67 | - |
| YUV | 107.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 47 | 0 | 0.72 | 0.79 | 0.13 | 5.17 | 0.72 | 0.53 |
| Hex | DD | 3E | 2F | 0 | 48 | 4F | D | 5 | 48 | 35 |
| Octal | 335 | 76 | 57 | 0 | 110 | 117 | 15 | 5 | 110 | 65 |
| Binary | 11011101 | 111110 | 101111 | 0 | 1001000 | 1001111 | 1101 | 101 | 1001000 | 110101 |
Color Harmonies of #DD3E2F
Complementary color
Monochromatic Colors of #DD3E2F
Black with #DD3E2F
Text Example
Text Example
White with #DD3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E2F; }
p { color: rgb(221,62,47); }
H1.HeaderClassName
{
color: #DD3E2F;
}
.AnyTagClassName
{
color: #DD3E2F;
}
</style>
background-color css
<style>
a { background-color: #DD3E2F; }
a { background-color: rgb(221,62,47); }
div.DivClassName
{
background-color: #DD3E2F;
}
.BgClassName
{
background-color: #DD3E2F;
}
</style>
border-color css
<style>
span { border-color: #DD3E2F; }
span { border-color: rgb(221,62,47); }
td.TdClassName
{
border-color: #DD3E2F;
}
.TagClassName
{
border-color: #DD3E2F;
}
</style>