Shades of Cinnabar #DD4C2A
Tints of Cinnabar #DD4C2A
RGB
CMYK
RGB Variations
Color information
#DD4C2A (or 0xDD4C2A) is known color: Cinnabar. HEX triplet: DD, 4C and 2A. RGB value is (221,76,42). Sum of RGB (Red+Green+Blue) = 221+76+42=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C2A is #22B3D5. Grayscale: #737373. Windows color (decimal): -2274262 or 2772189. OLE color: 2772189.
HSL color Cylindrical-coordinate representation of color #DD4C2A: hue angle of 11.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4C2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.13 |
| HSL | 11.4º | 0.72% | 0.52% | - |
| HSV(B) | 11.4º | 0.81% | 0.87% | - |
| XYZ | 32.82 | 20.71 | 4.46 | - |
| YUV | 115.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 42 | 0 | 0.66 | 0.81 | 0.13 | 11.4 | 0.72 | 0.52 |
| Hex | DD | 4C | 2A | 0 | 42 | 51 | D | B | 48 | 34 |
| Octal | 335 | 114 | 52 | 0 | 102 | 121 | 15 | 13 | 110 | 64 |
| Binary | 11011101 | 1001100 | 101010 | 0 | 1000010 | 1010001 | 1101 | 1011 | 1001000 | 110100 |
Color Harmonies of #DD4C2A
Complementary color
Monochromatic Colors of #DD4C2A
Black with #DD4C2A
Text Example
Text Example
White with #DD4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C2A; }
p { color: rgb(221,76,42); }
H1.HeaderClassName
{
color: #DD4C2A;
}
.AnyTagClassName
{
color: #DD4C2A;
}
</style>
background-color css
<style>
a { background-color: #DD4C2A; }
a { background-color: rgb(221,76,42); }
div.DivClassName
{
background-color: #DD4C2A;
}
.BgClassName
{
background-color: #DD4C2A;
}
</style>
border-color css
<style>
span { border-color: #DD4C2A; }
span { border-color: rgb(221,76,42); }
td.TdClassName
{
border-color: #DD4C2A;
}
.TagClassName
{
border-color: #DD4C2A;
}
</style>