Shades of Cinnabar #DD462C
Tints of Cinnabar #DD462C
RGB
CMYK
RGB Variations
Color information
#DD462C (or 0xDD462C) is known color: Cinnabar. HEX triplet: DD, 46 and 2C. RGB value is (221,70,44). Sum of RGB (Red+Green+Blue) = 221+70+44=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462C is #22B9D3. Grayscale: #707070. Windows color (decimal): -2275796 or 2901725. OLE color: 2901725.
HSL color Cylindrical-coordinate representation of color #DD462C: hue angle of 8.81º 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 #DD462C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 8.81º | 0.72% | 0.52% | - |
| HSV(B) | 8.81º | 0.8% | 0.87% | - |
| XYZ | 32.46 | 19.93 | 4.52 | - |
| YUV | 112.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 44 | 0 | 0.68 | 0.80 | 0.13 | 8.81 | 0.72 | 0.52 |
| Hex | DD | 46 | 2C | 0 | 44 | 50 | D | 9 | 48 | 34 |
| Octal | 335 | 106 | 54 | 0 | 104 | 120 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000110 | 101100 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD462C
Complementary color
Monochromatic Colors of #DD462C
Black with #DD462C
Text Example
Text Example
White with #DD462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD462C; }
p { color: rgb(221,70,44); }
H1.HeaderClassName
{
color: #DD462C;
}
.AnyTagClassName
{
color: #DD462C;
}
</style>
background-color css
<style>
a { background-color: #DD462C; }
a { background-color: rgb(221,70,44); }
div.DivClassName
{
background-color: #DD462C;
}
.BgClassName
{
background-color: #DD462C;
}
</style>
border-color css
<style>
span { border-color: #DD462C; }
span { border-color: rgb(221,70,44); }
td.TdClassName
{
border-color: #DD462C;
}
.TagClassName
{
border-color: #DD462C;
}
</style>