Shades of Cinnabar #DD462B
Tints of Cinnabar #DD462B
RGB
CMYK
RGB Variations
Color information
#DD462B (or 0xDD462B) is known color: Cinnabar. HEX triplet: DD, 46 and 2B. RGB value is (221,70,43). Sum of RGB (Red+Green+Blue) = 221+70+43=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462B is #22B9D4. Grayscale: #707070. Windows color (decimal): -2275797 or 2836189. OLE color: 2836189.
HSL color Cylindrical-coordinate representation of color #DD462B: hue angle of 9.1º 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 #DD462B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 43 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.13 |
| HSL | 9.1º | 0.72% | 0.52% | - |
| HSV(B) | 9.1º | 0.81% | 0.87% | - |
| XYZ | 32.45 | 19.93 | 4.42 | - |
| YUV | 112.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 43 | 0 | 0.68 | 0.81 | 0.13 | 9.1 | 0.72 | 0.52 |
| Hex | DD | 46 | 2B | 0 | 44 | 51 | D | 9 | 48 | 34 |
| Octal | 335 | 106 | 53 | 0 | 104 | 121 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000110 | 101011 | 0 | 1000100 | 1010001 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD462B
Complementary color
Monochromatic Colors of #DD462B
Black with #DD462B
Text Example
Text Example
White with #DD462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD462B; }
p { color: rgb(221,70,43); }
H1.HeaderClassName
{
color: #DD462B;
}
.AnyTagClassName
{
color: #DD462B;
}
</style>
background-color css
<style>
a { background-color: #DD462B; }
a { background-color: rgb(221,70,43); }
div.DivClassName
{
background-color: #DD462B;
}
.BgClassName
{
background-color: #DD462B;
}
</style>
border-color css
<style>
span { border-color: #DD462B; }
span { border-color: rgb(221,70,43); }
td.TdClassName
{
border-color: #DD462B;
}
.TagClassName
{
border-color: #DD462B;
}
</style>