Shades of Tenne (Tawny) #CF510B
Tints of Tenne (Tawny) #CF510B
RGB
CMYK
RGB Variations
Color information
#CF510B (or 0xCF510B) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 0B. RGB value is (207,81,11). Sum of RGB (Red+Green+Blue) = 207+81+11=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF510B is #30AEF4. Grayscale: #6F6F6F. Windows color (decimal): -3190517 or 741839. OLE color: 741839.
HSL color Cylindrical-coordinate representation of color #CF510B: hue angle of 21.43º 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 #CF510B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.19 |
| HSL | 21.43º | 0.9% | 0.43% | - |
| HSV(B) | 21.43º | 0.95% | 0.81% | - |
| XYZ | 28.73 | 19.17 | 2.5 | - |
| YUV | 110.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 11 | 0 | 0.61 | 0.95 | 0.19 | 21.43 | 0.9 | 0.43 |
| Hex | CF | 51 | B | 0 | 3D | 5F | 13 | 15 | 5A | 2B |
| Octal | 317 | 121 | 13 | 0 | 75 | 137 | 23 | 25 | 132 | 53 |
| Binary | 11001111 | 1010001 | 1011 | 0 | 111101 | 1011111 | 10011 | 10101 | 1011010 | 101011 |
Color Harmonies of #CF510B
Complementary color
Monochromatic Colors of #CF510B
Black with #CF510B
Text Example
Text Example
White with #CF510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF510B; }
p { color: rgb(207,81,11); }
H1.HeaderClassName
{
color: #CF510B;
}
.AnyTagClassName
{
color: #CF510B;
}
</style>
background-color css
<style>
a { background-color: #CF510B; }
a { background-color: rgb(207,81,11); }
div.DivClassName
{
background-color: #CF510B;
}
.BgClassName
{
background-color: #CF510B;
}
</style>
border-color css
<style>
span { border-color: #CF510B; }
span { border-color: rgb(207,81,11); }
td.TdClassName
{
border-color: #CF510B;
}
.TagClassName
{
border-color: #CF510B;
}
</style>