Shades of Cinnabar #DD4231
Tints of Cinnabar #DD4231
RGB
CMYK
RGB Variations
Color information
#DD4231 (or 0xDD4231) is known color: Cinnabar. HEX triplet: DD, 42 and 31. RGB value is (221,66,49). Sum of RGB (Red+Green+Blue) = 221+66+49=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4231 is #22BDCE. Grayscale: #6E6E6E. Windows color (decimal): -2276815 or 3228381. OLE color: 3228381.
HSL color Cylindrical-coordinate representation of color #DD4231: hue angle of 5.93º 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 #DD4231 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 49 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.13 |
| HSL | 5.93º | 0.72% | 0.53% | - |
| HSV(B) | 5.93º | 0.78% | 0.87% | - |
| XYZ | 32.32 | 19.49 | 4.96 | - |
| YUV | 110.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 49 | 0 | 0.70 | 0.78 | 0.13 | 5.93 | 0.72 | 0.53 |
| Hex | DD | 42 | 31 | 0 | 46 | 4E | D | 6 | 48 | 35 |
| Octal | 335 | 102 | 61 | 0 | 106 | 116 | 15 | 6 | 110 | 65 |
| Binary | 11011101 | 1000010 | 110001 | 0 | 1000110 | 1001110 | 1101 | 110 | 1001000 | 110101 |
Color Harmonies of #DD4231
Complementary color
Monochromatic Colors of #DD4231
Black with #DD4231
Text Example
Text Example
White with #DD4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4231; }
p { color: rgb(221,66,49); }
H1.HeaderClassName
{
color: #DD4231;
}
.AnyTagClassName
{
color: #DD4231;
}
</style>
background-color css
<style>
a { background-color: #DD4231; }
a { background-color: rgb(221,66,49); }
div.DivClassName
{
background-color: #DD4231;
}
.BgClassName
{
background-color: #DD4231;
}
</style>
border-color css
<style>
span { border-color: #DD4231; }
span { border-color: rgb(221,66,49); }
td.TdClassName
{
border-color: #DD4231;
}
.TagClassName
{
border-color: #DD4231;
}
</style>