Shades of Cinnabar #DD482D
Tints of Cinnabar #DD482D
RGB
CMYK
RGB Variations
Color information
#DD482D (or 0xDD482D) is known color: Cinnabar. HEX triplet: DD, 48 and 2D. RGB value is (221,72,45). Sum of RGB (Red+Green+Blue) = 221+72+45=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD482D is #22B7D2. Grayscale: #717171. Windows color (decimal): -2275283 or 2967773. OLE color: 2967773.
HSL color Cylindrical-coordinate representation of color #DD482D: hue angle of 9.2º 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 #DD482D is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 45 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.13 |
| HSL | 9.2º | 0.72% | 0.52% | - |
| HSV(B) | 9.2º | 0.8% | 0.87% | - |
| XYZ | 32.61 | 20.2 | 4.66 | - |
| YUV | 113.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 45 | 0 | 0.67 | 0.80 | 0.13 | 9.2 | 0.72 | 0.52 |
| Hex | DD | 48 | 2D | 0 | 43 | 50 | D | 9 | 48 | 34 |
| Octal | 335 | 110 | 55 | 0 | 103 | 120 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1001000 | 101101 | 0 | 1000011 | 1010000 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD482D
Complementary color
Monochromatic Colors of #DD482D
Black with #DD482D
Text Example
Text Example
White with #DD482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD482D; }
p { color: rgb(221,72,45); }
H1.HeaderClassName
{
color: #DD482D;
}
.AnyTagClassName
{
color: #DD482D;
}
</style>
background-color css
<style>
a { background-color: #DD482D; }
a { background-color: rgb(221,72,45); }
div.DivClassName
{
background-color: #DD482D;
}
.BgClassName
{
background-color: #DD482D;
}
</style>
border-color css
<style>
span { border-color: #DD482D; }
span { border-color: rgb(221,72,45); }
td.TdClassName
{
border-color: #DD482D;
}
.TagClassName
{
border-color: #DD482D;
}
</style>