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