Shades of Cinnabar #DD482B
Tints of Cinnabar #DD482B
RGB
CMYK
RGB Variations
Color information
#DD482B (or 0xDD482B) is known color: Cinnabar. HEX triplet: DD, 48 and 2B. RGB value is (221,72,43). Sum of RGB (Red+Green+Blue) = 221+72+43=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD482B is #22B7D4. Grayscale: #717171. Windows color (decimal): -2275285 or 2836701. OLE color: 2836701.
HSL color Cylindrical-coordinate representation of color #DD482B: hue angle of 9.78º 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 #DD482B is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 43 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.13 |
| HSL | 9.78º | 0.72% | 0.52% | - |
| HSV(B) | 9.78º | 0.81% | 0.87% | - |
| XYZ | 32.57 | 20.18 | 4.46 | - |
| YUV | 113.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 43 | 0 | 0.67 | 0.81 | 0.13 | 9.78 | 0.72 | 0.52 |
| Hex | DD | 48 | 2B | 0 | 43 | 51 | D | A | 48 | 34 |
| Octal | 335 | 110 | 53 | 0 | 103 | 121 | 15 | 12 | 110 | 64 |
| Binary | 11011101 | 1001000 | 101011 | 0 | 1000011 | 1010001 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD482B
Complementary color
Monochromatic Colors of #DD482B
Black with #DD482B
Text Example
Text Example
White with #DD482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD482B; }
p { color: rgb(221,72,43); }
H1.HeaderClassName
{
color: #DD482B;
}
.AnyTagClassName
{
color: #DD482B;
}
</style>
background-color css
<style>
a { background-color: #DD482B; }
a { background-color: rgb(221,72,43); }
div.DivClassName
{
background-color: #DD482B;
}
.BgClassName
{
background-color: #DD482B;
}
</style>
border-color css
<style>
span { border-color: #DD482B; }
span { border-color: rgb(221,72,43); }
td.TdClassName
{
border-color: #DD482B;
}
.TagClassName
{
border-color: #DD482B;
}
</style>