Shades of Cinnabar #DD4132
Tints of Cinnabar #DD4132
RGB
CMYK
RGB Variations
Color information
#DD4132 (or 0xDD4132) is known color: Cinnabar. HEX triplet: DD, 41 and 32. RGB value is (221,65,50). Sum of RGB (Red+Green+Blue) = 221+65+50=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4132 is #22BECD. Grayscale: #6E6E6E. Windows color (decimal): -2277070 or 3293661. OLE color: 3293661.
HSL color Cylindrical-coordinate representation of color #DD4132: hue angle of 5.26º 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 #DD4132 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.13 |
| HSL | 5.26º | 0.72% | 0.53% | - |
| HSV(B) | 5.26º | 0.77% | 0.87% | - |
| XYZ | 32.28 | 19.38 | 5.06 | - |
| YUV | 109.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 50 | 0 | 0.71 | 0.77 | 0.13 | 5.26 | 0.72 | 0.53 |
| Hex | DD | 41 | 32 | 0 | 47 | 4D | D | 5 | 48 | 35 |
| Octal | 335 | 101 | 62 | 0 | 107 | 115 | 15 | 5 | 110 | 65 |
| Binary | 11011101 | 1000001 | 110010 | 0 | 1000111 | 1001101 | 1101 | 101 | 1001000 | 110101 |
Color Harmonies of #DD4132
Complementary color
Monochromatic Colors of #DD4132
Black with #DD4132
Text Example
Text Example
White with #DD4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4132; }
p { color: rgb(221,65,50); }
H1.HeaderClassName
{
color: #DD4132;
}
.AnyTagClassName
{
color: #DD4132;
}
</style>
background-color css
<style>
a { background-color: #DD4132; }
a { background-color: rgb(221,65,50); }
div.DivClassName
{
background-color: #DD4132;
}
.BgClassName
{
background-color: #DD4132;
}
</style>
border-color css
<style>
span { border-color: #DD4132; }
span { border-color: rgb(221,65,50); }
td.TdClassName
{
border-color: #DD4132;
}
.TagClassName
{
border-color: #DD4132;
}
</style>