Shades of Cinnabar #DD481D
Tints of Cinnabar #DD481D
RGB
CMYK
RGB Variations
Color information
#DD481D (or 0xDD481D) is known color: Cinnabar. HEX triplet: DD, 48 and 1D. RGB value is (221,72,29). Sum of RGB (Red+Green+Blue) = 221+72+29=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD481D is #22B7E2. Grayscale: #6F6F6F. Windows color (decimal): -2275299 or 1919197. OLE color: 1919197.
HSL color Cylindrical-coordinate representation of color #DD481D: hue angle of 13.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD481D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.13 |
| HSL | 13.44º | 0.77% | 0.49% | - |
| HSV(B) | 13.44º | 0.87% | 0.87% | - |
| XYZ | 32.36 | 20.1 | 3.34 | - |
| YUV | 111.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 29 | 0 | 0.67 | 0.87 | 0.13 | 13.44 | 0.77 | 0.49 |
| Hex | DD | 48 | 1D | 0 | 43 | 57 | D | D | 4D | 31 |
| Octal | 335 | 110 | 35 | 0 | 103 | 127 | 15 | 15 | 115 | 61 |
| Binary | 11011101 | 1001000 | 11101 | 0 | 1000011 | 1010111 | 1101 | 1101 | 1001101 | 110001 |
Color Harmonies of #DD481D
Complementary color
Monochromatic Colors of #DD481D
Black with #DD481D
Text Example
Text Example
White with #DD481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD481D; }
p { color: rgb(221,72,29); }
H1.HeaderClassName
{
color: #DD481D;
}
.AnyTagClassName
{
color: #DD481D;
}
</style>
background-color css
<style>
a { background-color: #DD481D; }
a { background-color: rgb(221,72,29); }
div.DivClassName
{
background-color: #DD481D;
}
.BgClassName
{
background-color: #DD481D;
}
</style>
border-color css
<style>
span { border-color: #DD481D; }
span { border-color: rgb(221,72,29); }
td.TdClassName
{
border-color: #DD481D;
}
.TagClassName
{
border-color: #DD481D;
}
</style>