Shades of Cinnabar #DD3F33
Tints of Cinnabar #DD3F33
RGB
CMYK
RGB Variations
Color information
#DD3F33 (or 0xDD3F33) is known color: Cinnabar. HEX triplet: DD, 3F and 33. RGB value is (221,63,51). Sum of RGB (Red+Green+Blue) = 221+63+51=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F33 is #22C0CC. Grayscale: #6D6D6D. Windows color (decimal): -2277581 or 3358685. OLE color: 3358685.
HSL color Cylindrical-coordinate representation of color #DD3F33: hue angle of 4.24º 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 #DD3F33 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 51 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.13 |
| HSL | 4.24º | 0.71% | 0.53% | - |
| HSV(B) | 4.24º | 0.77% | 0.87% | - |
| XYZ | 32.19 | 19.17 | 5.13 | - |
| YUV | 108.87 | 95.35 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 51 | 0 | 0.71 | 0.77 | 0.13 | 4.24 | 0.71 | 0.53 |
| Hex | DD | 3F | 33 | 0 | 47 | 4D | D | 4 | 47 | 35 |
| Octal | 335 | 77 | 63 | 0 | 107 | 115 | 15 | 4 | 107 | 65 |
| Binary | 11011101 | 111111 | 110011 | 0 | 1000111 | 1001101 | 1101 | 100 | 1000111 | 110101 |
Color Harmonies of #DD3F33
Complementary color
Monochromatic Colors of #DD3F33
Black with #DD3F33
Text Example
Text Example
White with #DD3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F33; }
p { color: rgb(221,63,51); }
H1.HeaderClassName
{
color: #DD3F33;
}
.AnyTagClassName
{
color: #DD3F33;
}
</style>
background-color css
<style>
a { background-color: #DD3F33; }
a { background-color: rgb(221,63,51); }
div.DivClassName
{
background-color: #DD3F33;
}
.BgClassName
{
background-color: #DD3F33;
}
</style>
border-color css
<style>
span { border-color: #DD3F33; }
span { border-color: rgb(221,63,51); }
td.TdClassName
{
border-color: #DD3F33;
}
.TagClassName
{
border-color: #DD3F33;
}
</style>