Shades of Cinnabar #DD462F
Tints of Cinnabar #DD462F
RGB
CMYK
RGB Variations
Color information
#DD462F (or 0xDD462F) is known color: Cinnabar. HEX triplet: DD, 46 and 2F. RGB value is (221,70,47). Sum of RGB (Red+Green+Blue) = 221+70+47=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD462F is #22B9D0. Grayscale: #707070. Windows color (decimal): -2275793 or 3098333. OLE color: 3098333.
HSL color Cylindrical-coordinate representation of color #DD462F: hue angle of 7.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD462F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 47 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.13 |
| HSL | 7.93º | 0.72% | 0.53% | - |
| HSV(B) | 7.93º | 0.79% | 0.87% | - |
| XYZ | 32.52 | 19.96 | 4.83 | - |
| YUV | 112.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 47 | 0 | 0.68 | 0.79 | 0.13 | 7.93 | 0.72 | 0.53 |
| Hex | DD | 46 | 2F | 0 | 44 | 4F | D | 8 | 48 | 35 |
| Octal | 335 | 106 | 57 | 0 | 104 | 117 | 15 | 10 | 110 | 65 |
| Binary | 11011101 | 1000110 | 101111 | 0 | 1000100 | 1001111 | 1101 | 1000 | 1001000 | 110101 |
Color Harmonies of #DD462F
Complementary color
Monochromatic Colors of #DD462F
Black with #DD462F
Text Example
Text Example
White with #DD462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD462F; }
p { color: rgb(221,70,47); }
H1.HeaderClassName
{
color: #DD462F;
}
.AnyTagClassName
{
color: #DD462F;
}
</style>
background-color css
<style>
a { background-color: #DD462F; }
a { background-color: rgb(221,70,47); }
div.DivClassName
{
background-color: #DD462F;
}
.BgClassName
{
background-color: #DD462F;
}
</style>
border-color css
<style>
span { border-color: #DD462F; }
span { border-color: rgb(221,70,47); }
td.TdClassName
{
border-color: #DD462F;
}
.TagClassName
{
border-color: #DD462F;
}
</style>