Shades of Cinnabar #DD3E2E
Tints of Cinnabar #DD3E2E
RGB
CMYK
RGB Variations
Color information
#DD3E2E (or 0xDD3E2E) is known color: Cinnabar. HEX triplet: DD, 3E and 2E. RGB value is (221,62,46). Sum of RGB (Red+Green+Blue) = 221+62+46=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E2E is #22C1D1. Grayscale: #6B6B6B. Windows color (decimal): -2277842 or 3030749. OLE color: 3030749.
HSL color Cylindrical-coordinate representation of color #DD3E2E: hue angle of 5.49º 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 #DD3E2E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 46 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.13 |
| HSL | 5.49º | 0.72% | 0.52% | - |
| HSV(B) | 5.49º | 0.79% | 0.87% | - |
| XYZ | 32.03 | 19.01 | 4.57 | - |
| YUV | 107.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 46 | 0 | 0.72 | 0.79 | 0.13 | 5.49 | 0.72 | 0.52 |
| Hex | DD | 3E | 2E | 0 | 48 | 4F | D | 5 | 48 | 34 |
| Octal | 335 | 76 | 56 | 0 | 110 | 117 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111110 | 101110 | 0 | 1001000 | 1001111 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD3E2E
Complementary color
Monochromatic Colors of #DD3E2E
Black with #DD3E2E
Text Example
Text Example
White with #DD3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E2E; }
p { color: rgb(221,62,46); }
H1.HeaderClassName
{
color: #DD3E2E;
}
.AnyTagClassName
{
color: #DD3E2E;
}
</style>
background-color css
<style>
a { background-color: #DD3E2E; }
a { background-color: rgb(221,62,46); }
div.DivClassName
{
background-color: #DD3E2E;
}
.BgClassName
{
background-color: #DD3E2E;
}
</style>
border-color css
<style>
span { border-color: #DD3E2E; }
span { border-color: rgb(221,62,46); }
td.TdClassName
{
border-color: #DD3E2E;
}
.TagClassName
{
border-color: #DD3E2E;
}
</style>