Shades of Cinnabar #DD4A31
Tints of Cinnabar #DD4A31
RGB
CMYK
RGB Variations
Color information
#DD4A31 (or 0xDD4A31) is known color: Cinnabar. HEX triplet: DD, 4A and 31. RGB value is (221,74,49). Sum of RGB (Red+Green+Blue) = 221+74+49=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A31 is #22B5CE. Grayscale: #737373. Windows color (decimal): -2274767 or 3230429. OLE color: 3230429.
HSL color Cylindrical-coordinate representation of color #DD4A31: hue angle of 8.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD4A31 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 49 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.13 |
| HSL | 8.72º | 0.72% | 0.53% | - |
| HSV(B) | 8.72º | 0.78% | 0.87% | - |
| XYZ | 32.82 | 20.49 | 5.13 | - |
| YUV | 115.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 49 | 0 | 0.67 | 0.78 | 0.13 | 8.72 | 0.72 | 0.53 |
| Hex | DD | 4A | 31 | 0 | 43 | 4E | D | 9 | 48 | 35 |
| Octal | 335 | 112 | 61 | 0 | 103 | 116 | 15 | 11 | 110 | 65 |
| Binary | 11011101 | 1001010 | 110001 | 0 | 1000011 | 1001110 | 1101 | 1001 | 1001000 | 110101 |
Color Harmonies of #DD4A31
Complementary color
Monochromatic Colors of #DD4A31
Black with #DD4A31
Text Example
Text Example
White with #DD4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A31; }
p { color: rgb(221,74,49); }
H1.HeaderClassName
{
color: #DD4A31;
}
.AnyTagClassName
{
color: #DD4A31;
}
</style>
background-color css
<style>
a { background-color: #DD4A31; }
a { background-color: rgb(221,74,49); }
div.DivClassName
{
background-color: #DD4A31;
}
.BgClassName
{
background-color: #DD4A31;
}
</style>
border-color css
<style>
span { border-color: #DD4A31; }
span { border-color: rgb(221,74,49); }
td.TdClassName
{
border-color: #DD4A31;
}
.TagClassName
{
border-color: #DD4A31;
}
</style>