Shades of Tenne (Tawny) #D3500B
Tints of Tenne (Tawny) #D3500B
RGB
CMYK
RGB Variations
Color information
#D3500B (or 0xD3500B) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 0B. RGB value is (211,80,11). Sum of RGB (Red+Green+Blue) = 211+80+11=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D3500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3500B is #2CAFF4. Grayscale: #6F6F6F. Windows color (decimal): -2928629 or 741587. OLE color: 741587.
HSL color Cylindrical-coordinate representation of color #D3500B: hue angle of 20.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3500B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.17 |
| HSL | 20.7º | 0.9% | 0.44% | - |
| HSV(B) | 20.7º | 0.95% | 0.83% | - |
| XYZ | 29.79 | 19.61 | 2.53 | - |
| YUV | 111.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 11 | 0 | 0.62 | 0.95 | 0.17 | 20.7 | 0.9 | 0.44 |
| Hex | D3 | 50 | B | 0 | 3E | 5F | 11 | 15 | 5A | 2C |
| Octal | 323 | 120 | 13 | 0 | 76 | 137 | 21 | 25 | 132 | 54 |
| Binary | 11010011 | 1010000 | 1011 | 0 | 111110 | 1011111 | 10001 | 10101 | 1011010 | 101100 |
Color Harmonies of #D3500B
Complementary color
Monochromatic Colors of #D3500B
Black with #D3500B
Text Example
Text Example
White with #D3500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3500B; }
p { color: rgb(211,80,11); }
H1.HeaderClassName
{
color: #D3500B;
}
.AnyTagClassName
{
color: #D3500B;
}
</style>
background-color css
<style>
a { background-color: #D3500B; }
a { background-color: rgb(211,80,11); }
div.DivClassName
{
background-color: #D3500B;
}
.BgClassName
{
background-color: #D3500B;
}
</style>
border-color css
<style>
span { border-color: #D3500B; }
span { border-color: rgb(211,80,11); }
td.TdClassName
{
border-color: #D3500B;
}
.TagClassName
{
border-color: #D3500B;
}
</style>