Shades of Cinnabar #DD4C3F
Tints of Cinnabar #DD4C3F
RGB
CMYK
RGB Variations
Color information
#DD4C3F (or 0xDD4C3F) is known color: Cinnabar. HEX triplet: DD, 4C and 3F. RGB value is (221,76,63). Sum of RGB (Red+Green+Blue) = 221+76+63=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C3F is #22B3C0. Grayscale: #767676. Windows color (decimal): -2274241 or 4148445. OLE color: 4148445.
HSL color Cylindrical-coordinate representation of color #DD4C3F: hue angle of 4.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4C3F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 63 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.13 |
| HSL | 4.94º | 0.7% | 0.56% | - |
| HSV(B) | 4.94º | 0.71% | 0.87% | - |
| XYZ | 33.3 | 20.9 | 6.98 | - |
| YUV | 117.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 63 | 0 | 0.66 | 0.71 | 0.13 | 4.94 | 0.7 | 0.56 |
| Hex | DD | 4C | 3F | 0 | 42 | 47 | D | 5 | 46 | 38 |
| Octal | 335 | 114 | 77 | 0 | 102 | 107 | 15 | 5 | 106 | 70 |
| Binary | 11011101 | 1001100 | 111111 | 0 | 1000010 | 1000111 | 1101 | 101 | 1000110 | 111000 |
Color Harmonies of #DD4C3F
Complementary color
Monochromatic Colors of #DD4C3F
Black with #DD4C3F
Text Example
Text Example
White with #DD4C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C3F; }
p { color: rgb(221,76,63); }
H1.HeaderClassName
{
color: #DD4C3F;
}
.AnyTagClassName
{
color: #DD4C3F;
}
</style>
background-color css
<style>
a { background-color: #DD4C3F; }
a { background-color: rgb(221,76,63); }
div.DivClassName
{
background-color: #DD4C3F;
}
.BgClassName
{
background-color: #DD4C3F;
}
</style>
border-color css
<style>
span { border-color: #DD4C3F; }
span { border-color: rgb(221,76,63); }
td.TdClassName
{
border-color: #DD4C3F;
}
.TagClassName
{
border-color: #DD4C3F;
}
</style>