Shades of Cinnabar #DD3D32
Tints of Cinnabar #DD3D32
RGB
CMYK
RGB Variations
Color information
#DD3D32 (or 0xDD3D32) is known color: Cinnabar. HEX triplet: DD, 3D and 32. RGB value is (221,61,50). Sum of RGB (Red+Green+Blue) = 221+61+50=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D32 is #22C2CD. Grayscale: #6B6B6B. Windows color (decimal): -2278094 or 3292637. OLE color: 3292637.
HSL color Cylindrical-coordinate representation of color #DD3D32: hue angle of 3.86º degrees, saturation: 0.72, 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 #DD3D32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 50 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.13 |
| HSL | 3.86º | 0.72% | 0.53% | - |
| HSV(B) | 3.86º | 0.77% | 0.87% | - |
| XYZ | 32.06 | 18.94 | 4.98 | - |
| YUV | 107.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 50 | 0 | 0.72 | 0.77 | 0.13 | 3.86 | 0.72 | 0.53 |
| Hex | DD | 3D | 32 | 0 | 48 | 4D | D | 4 | 48 | 35 |
| Octal | 335 | 75 | 62 | 0 | 110 | 115 | 15 | 4 | 110 | 65 |
| Binary | 11011101 | 111101 | 110010 | 0 | 1001000 | 1001101 | 1101 | 100 | 1001000 | 110101 |
Color Harmonies of #DD3D32
Complementary color
Monochromatic Colors of #DD3D32
Black with #DD3D32
Text Example
Text Example
White with #DD3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D32; }
p { color: rgb(221,61,50); }
H1.HeaderClassName
{
color: #DD3D32;
}
.AnyTagClassName
{
color: #DD3D32;
}
</style>
background-color css
<style>
a { background-color: #DD3D32; }
a { background-color: rgb(221,61,50); }
div.DivClassName
{
background-color: #DD3D32;
}
.BgClassName
{
background-color: #DD3D32;
}
</style>
border-color css
<style>
span { border-color: #DD3D32; }
span { border-color: rgb(221,61,50); }
td.TdClassName
{
border-color: #DD3D32;
}
.TagClassName
{
border-color: #DD3D32;
}
</style>