Shades of Cinnabar #DD443F
Tints of Cinnabar #DD443F
RGB
CMYK
RGB Variations
Color information
#DD443F (or 0xDD443F) is known color: Cinnabar. HEX triplet: DD, 44 and 3F. RGB value is (221,68,63). Sum of RGB (Red+Green+Blue) = 221+68+63=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD443F is #22BBC0. Grayscale: #717171. Windows color (decimal): -2276289 or 4146397. OLE color: 4146397.
HSL color Cylindrical-coordinate representation of color #DD443F: hue angle of 1.9º 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 #DD443F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 63 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.13 |
| HSL | 1.9º | 0.7% | 0.56% | - |
| HSV(B) | 1.9º | 0.71% | 0.87% | - |
| XYZ | 32.78 | 19.87 | 6.81 | - |
| YUV | 113.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 63 | 0 | 0.69 | 0.71 | 0.13 | 1.9 | 0.7 | 0.56 |
| Hex | DD | 44 | 3F | 0 | 45 | 47 | D | 2 | 46 | 38 |
| Octal | 335 | 104 | 77 | 0 | 105 | 107 | 15 | 2 | 106 | 70 |
| Binary | 11011101 | 1000100 | 111111 | 0 | 1000101 | 1000111 | 1101 | 10 | 1000110 | 111000 |
Color Harmonies of #DD443F
Complementary color
Monochromatic Colors of #DD443F
Black with #DD443F
Text Example
Text Example
White with #DD443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD443F; }
p { color: rgb(221,68,63); }
H1.HeaderClassName
{
color: #DD443F;
}
.AnyTagClassName
{
color: #DD443F;
}
</style>
background-color css
<style>
a { background-color: #DD443F; }
a { background-color: rgb(221,68,63); }
div.DivClassName
{
background-color: #DD443F;
}
.BgClassName
{
background-color: #DD443F;
}
</style>
border-color css
<style>
span { border-color: #DD443F; }
span { border-color: rgb(221,68,63); }
td.TdClassName
{
border-color: #DD443F;
}
.TagClassName
{
border-color: #DD443F;
}
</style>