Shades of Cinnabar #DD482C
Tints of Cinnabar #DD482C
RGB
CMYK
RGB Variations
Color information
#DD482C (or 0xDD482C) is known color: Cinnabar. HEX triplet: DD, 48 and 2C. RGB value is (221,72,44). Sum of RGB (Red+Green+Blue) = 221+72+44=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD482C is #22B7D3. Grayscale: #717171. Windows color (decimal): -2275284 or 2902237. OLE color: 2902237.
HSL color Cylindrical-coordinate representation of color #DD482C: hue angle of 9.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD482C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 44 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.13 |
| HSL | 9.49º | 0.72% | 0.52% | - |
| HSV(B) | 9.49º | 0.8% | 0.87% | - |
| XYZ | 32.59 | 20.19 | 4.56 | - |
| YUV | 113.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 44 | 0 | 0.67 | 0.80 | 0.13 | 9.49 | 0.72 | 0.52 |
| Hex | DD | 48 | 2C | 0 | 43 | 50 | D | 9 | 48 | 34 |
| Octal | 335 | 110 | 54 | 0 | 103 | 120 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1001000 | 101100 | 0 | 1000011 | 1010000 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD482C
Complementary color
Monochromatic Colors of #DD482C
Black with #DD482C
Text Example
Text Example
White with #DD482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD482C; }
p { color: rgb(221,72,44); }
H1.HeaderClassName
{
color: #DD482C;
}
.AnyTagClassName
{
color: #DD482C;
}
</style>
background-color css
<style>
a { background-color: #DD482C; }
a { background-color: rgb(221,72,44); }
div.DivClassName
{
background-color: #DD482C;
}
.BgClassName
{
background-color: #DD482C;
}
</style>
border-color css
<style>
span { border-color: #DD482C; }
span { border-color: rgb(221,72,44); }
td.TdClassName
{
border-color: #DD482C;
}
.TagClassName
{
border-color: #DD482C;
}
</style>