Shades of Tenne (Tawny) #CE510B
Tints of Tenne (Tawny) #CE510B
RGB
CMYK
RGB Variations
Color information
#CE510B (or 0xCE510B) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 0B. RGB value is (206,81,11). Sum of RGB (Red+Green+Blue) = 206+81+11=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE510B is #31AEF4. Grayscale: #6E6E6E. Windows color (decimal): -3256053 or 741838. OLE color: 741838.
HSL color Cylindrical-coordinate representation of color #CE510B: hue angle of 21.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE510B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.19 |
| HSL | 21.54º | 0.9% | 0.43% | - |
| HSV(B) | 21.54º | 0.95% | 0.81% | - |
| XYZ | 28.46 | 19.03 | 2.49 | - |
| YUV | 110.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 11 | 0 | 0.61 | 0.95 | 0.19 | 21.54 | 0.9 | 0.43 |
| Hex | CE | 51 | B | 0 | 3D | 5F | 13 | 16 | 5A | 2B |
| Octal | 316 | 121 | 13 | 0 | 75 | 137 | 23 | 26 | 132 | 53 |
| Binary | 11001110 | 1010001 | 1011 | 0 | 111101 | 1011111 | 10011 | 10110 | 1011010 | 101011 |
Color Harmonies of #CE510B
Complementary color
Monochromatic Colors of #CE510B
Black with #CE510B
Text Example
Text Example
White with #CE510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE510B; }
p { color: rgb(206,81,11); }
H1.HeaderClassName
{
color: #CE510B;
}
.AnyTagClassName
{
color: #CE510B;
}
</style>
background-color css
<style>
a { background-color: #CE510B; }
a { background-color: rgb(206,81,11); }
div.DivClassName
{
background-color: #CE510B;
}
.BgClassName
{
background-color: #CE510B;
}
</style>
border-color css
<style>
span { border-color: #CE510B; }
span { border-color: rgb(206,81,11); }
td.TdClassName
{
border-color: #CE510B;
}
.TagClassName
{
border-color: #CE510B;
}
</style>