Shades of Tenne (Tawny) #D34B0F
Tints of Tenne (Tawny) #D34B0F
RGB
CMYK
RGB Variations
Color information
#D34B0F (or 0xD34B0F) is known color: Tenne (Tawny). HEX triplet: D3, 4B and 0F. RGB value is (211,75,15). Sum of RGB (Red+Green+Blue) = 211+75+15=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34B0F is #2CB4F0. Grayscale: #6D6D6D. Windows color (decimal): -2929905 or 1002451. OLE color: 1002451.
HSL color Cylindrical-coordinate representation of color #D34B0F: hue angle of 18.37º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D34B0F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.17 |
| HSL | 18.37º | 0.87% | 0.44% | - |
| HSV(B) | 18.37º | 0.93% | 0.83% | - |
| XYZ | 29.47 | 18.92 | 2.55 | - |
| YUV | 108.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 15 | 0 | 0.64 | 0.93 | 0.17 | 18.37 | 0.87 | 0.44 |
| Hex | D3 | 4B | F | 0 | 40 | 5D | 11 | 12 | 57 | 2C |
| Octal | 323 | 113 | 17 | 0 | 100 | 135 | 21 | 22 | 127 | 54 |
| Binary | 11010011 | 1001011 | 1111 | 0 | 1000000 | 1011101 | 10001 | 10010 | 1010111 | 101100 |
Color Harmonies of #D34B0F
Complementary color
Monochromatic Colors of #D34B0F
Black with #D34B0F
Text Example
Text Example
White with #D34B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B0F; }
p { color: rgb(211,75,15); }
H1.HeaderClassName
{
color: #D34B0F;
}
.AnyTagClassName
{
color: #D34B0F;
}
</style>
background-color css
<style>
a { background-color: #D34B0F; }
a { background-color: rgb(211,75,15); }
div.DivClassName
{
background-color: #D34B0F;
}
.BgClassName
{
background-color: #D34B0F;
}
</style>
border-color css
<style>
span { border-color: #D34B0F; }
span { border-color: rgb(211,75,15); }
td.TdClassName
{
border-color: #D34B0F;
}
.TagClassName
{
border-color: #D34B0F;
}
</style>