Shades of Tenne (Tawny) #CE510D
Tints of Tenne (Tawny) #CE510D
RGB
CMYK
RGB Variations
Color information
#CE510D (or 0xCE510D) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 0D. RGB value is (206,81,13). Sum of RGB (Red+Green+Blue) = 206+81+13=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE510D is #31AEF2. Grayscale: #6F6F6F. Windows color (decimal): -3256051 or 872910. OLE color: 872910.
HSL color Cylindrical-coordinate representation of color #CE510D: hue angle of 21.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE510D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.19 |
| HSL | 21.14º | 0.88% | 0.43% | - |
| HSV(B) | 21.14º | 0.94% | 0.81% | - |
| XYZ | 28.47 | 19.04 | 2.55 | - |
| YUV | 110.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 13 | 0 | 0.61 | 0.94 | 0.19 | 21.14 | 0.88 | 0.43 |
| Hex | CE | 51 | D | 0 | 3D | 5E | 13 | 15 | 58 | 2B |
| Octal | 316 | 121 | 15 | 0 | 75 | 136 | 23 | 25 | 130 | 53 |
| Binary | 11001110 | 1010001 | 1101 | 0 | 111101 | 1011110 | 10011 | 10101 | 1011000 | 101011 |
Color Harmonies of #CE510D
Complementary color
Monochromatic Colors of #CE510D
Black with #CE510D
Text Example
Text Example
White with #CE510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE510D; }
p { color: rgb(206,81,13); }
H1.HeaderClassName
{
color: #CE510D;
}
.AnyTagClassName
{
color: #CE510D;
}
</style>
background-color css
<style>
a { background-color: #CE510D; }
a { background-color: rgb(206,81,13); }
div.DivClassName
{
background-color: #CE510D;
}
.BgClassName
{
background-color: #CE510D;
}
</style>
border-color css
<style>
span { border-color: #CE510D; }
span { border-color: rgb(206,81,13); }
td.TdClassName
{
border-color: #CE510D;
}
.TagClassName
{
border-color: #CE510D;
}
</style>