Shades of Cinnabar #DD4128
Tints of Cinnabar #DD4128
RGB
CMYK
RGB Variations
Color information
#DD4128 (or 0xDD4128) is known color: Cinnabar. HEX triplet: DD, 41 and 28. RGB value is (221,65,40). Sum of RGB (Red+Green+Blue) = 221+65+40=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4128 is #22BED7. Grayscale: #6D6D6D. Windows color (decimal): -2277080 or 2638301. OLE color: 2638301.
HSL color Cylindrical-coordinate representation of color #DD4128: hue angle of 8.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD4128 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.13 |
| HSL | 8.29º | 0.73% | 0.51% | - |
| HSV(B) | 8.29º | 0.82% | 0.87% | - |
| XYZ | 32.09 | 19.31 | 4.04 | - |
| YUV | 108.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 40 | 0 | 0.71 | 0.82 | 0.13 | 8.29 | 0.73 | 0.51 |
| Hex | DD | 41 | 28 | 0 | 47 | 52 | D | 8 | 49 | 33 |
| Octal | 335 | 101 | 50 | 0 | 107 | 122 | 15 | 10 | 111 | 63 |
| Binary | 11011101 | 1000001 | 101000 | 0 | 1000111 | 1010010 | 1101 | 1000 | 1001001 | 110011 |
Color Harmonies of #DD4128
Complementary color
Monochromatic Colors of #DD4128
Black with #DD4128
Text Example
Text Example
White with #DD4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4128; }
p { color: rgb(221,65,40); }
H1.HeaderClassName
{
color: #DD4128;
}
.AnyTagClassName
{
color: #DD4128;
}
</style>
background-color css
<style>
a { background-color: #DD4128; }
a { background-color: rgb(221,65,40); }
div.DivClassName
{
background-color: #DD4128;
}
.BgClassName
{
background-color: #DD4128;
}
</style>
border-color css
<style>
span { border-color: #DD4128; }
span { border-color: rgb(221,65,40); }
td.TdClassName
{
border-color: #DD4128;
}
.TagClassName
{
border-color: #DD4128;
}
</style>