Shades of Cinnabar #DD4232
Tints of Cinnabar #DD4232
RGB
CMYK
RGB Variations
Color information
#DD4232 (or 0xDD4232) is known color: Cinnabar. HEX triplet: DD, 42 and 32. RGB value is (221,66,50). Sum of RGB (Red+Green+Blue) = 221+66+50=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4232 is #22BDCD. Grayscale: #6E6E6E. Windows color (decimal): -2276814 or 3293917. OLE color: 3293917.
HSL color Cylindrical-coordinate representation of color #DD4232: hue angle of 5.61º 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 #DD4232 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.13 |
| HSL | 5.61º | 0.72% | 0.53% | - |
| HSV(B) | 5.61º | 0.77% | 0.87% | - |
| XYZ | 32.34 | 19.5 | 5.08 | - |
| YUV | 110.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 50 | 0 | 0.70 | 0.77 | 0.13 | 5.61 | 0.72 | 0.53 |
| Hex | DD | 42 | 32 | 0 | 46 | 4D | D | 6 | 48 | 35 |
| Octal | 335 | 102 | 62 | 0 | 106 | 115 | 15 | 6 | 110 | 65 |
| Binary | 11011101 | 1000010 | 110010 | 0 | 1000110 | 1001101 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DD4232
Complementary color
Monochromatic Colors of #DD4232
Black with #DD4232
Text Example
Text Example
White with #DD4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4232; }
p { color: rgb(221,66,50); }
H1.HeaderClassName
{
color: #DD4232;
}
.AnyTagClassName
{
color: #DD4232;
}
</style>
background-color css
<style>
a { background-color: #DD4232; }
a { background-color: rgb(221,66,50); }
div.DivClassName
{
background-color: #DD4232;
}
.BgClassName
{
background-color: #DD4232;
}
</style>
border-color css
<style>
span { border-color: #DD4232; }
span { border-color: rgb(221,66,50); }
td.TdClassName
{
border-color: #DD4232;
}
.TagClassName
{
border-color: #DD4232;
}
</style>