Shades of Cinnabar #DD3E33
Tints of Cinnabar #DD3E33
RGB
CMYK
RGB Variations
Color information
#DD3E33 (or 0xDD3E33) is known color: Cinnabar. HEX triplet: DD, 3E and 33. RGB value is (221,62,51). Sum of RGB (Red+Green+Blue) = 221+62+51=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E33 is #22C1CC. Grayscale: #6C6C6C. Windows color (decimal): -2277837 or 3358429. OLE color: 3358429.
HSL color Cylindrical-coordinate representation of color #DD3E33: hue angle of 3.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3E33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 51 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.13 |
| HSL | 3.88º | 0.71% | 0.53% | - |
| HSV(B) | 3.88º | 0.77% | 0.87% | - |
| XYZ | 32.14 | 19.06 | 5.12 | - |
| YUV | 108.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 51 | 0 | 0.72 | 0.77 | 0.13 | 3.88 | 0.71 | 0.53 |
| Hex | DD | 3E | 33 | 0 | 48 | 4D | D | 4 | 47 | 35 |
| Octal | 335 | 76 | 63 | 0 | 110 | 115 | 15 | 4 | 107 | 65 |
| Binary | 11011101 | 111110 | 110011 | 0 | 1001000 | 1001101 | 1101 | 100 | 1000111 | 110101 |
Color Harmonies of #DD3E33
Complementary color
Monochromatic Colors of #DD3E33
Black with #DD3E33
Text Example
Text Example
White with #DD3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E33; }
p { color: rgb(221,62,51); }
H1.HeaderClassName
{
color: #DD3E33;
}
.AnyTagClassName
{
color: #DD3E33;
}
</style>
background-color css
<style>
a { background-color: #DD3E33; }
a { background-color: rgb(221,62,51); }
div.DivClassName
{
background-color: #DD3E33;
}
.BgClassName
{
background-color: #DD3E33;
}
</style>
border-color css
<style>
span { border-color: #DD3E33; }
span { border-color: rgb(221,62,51); }
td.TdClassName
{
border-color: #DD3E33;
}
.TagClassName
{
border-color: #DD3E33;
}
</style>