Shades of Tenne (Tawny) #D94B0B
Tints of Tenne (Tawny) #D94B0B
RGB
CMYK
RGB Variations
Color information
#D94B0B (or 0xD94B0B) is known color: Tenne (Tawny). HEX triplet: D9, 4B and 0B. RGB value is (217,75,11). Sum of RGB (Red+Green+Blue) = 217+75+11=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94B0B is #26B4F4. Grayscale: #6E6E6E. Windows color (decimal): -2536693 or 740313. OLE color: 740313.
HSL color Cylindrical-coordinate representation of color #D94B0B: hue angle of 18.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D94B0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.15 |
| HSL | 18.64º | 0.9% | 0.45% | - |
| HSV(B) | 18.64º | 0.95% | 0.85% | - |
| XYZ | 31.19 | 19.81 | 2.5 | - |
| YUV | 110.16 | 72.04 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 11 | 0 | 0.65 | 0.95 | 0.15 | 18.64 | 0.9 | 0.45 |
| Hex | D9 | 4B | B | 0 | 41 | 5F | F | 13 | 5A | 2D |
| Octal | 331 | 113 | 13 | 0 | 101 | 137 | 17 | 23 | 132 | 55 |
| Binary | 11011001 | 1001011 | 1011 | 0 | 1000001 | 1011111 | 1111 | 10011 | 1011010 | 101101 |
Color Harmonies of #D94B0B
Complementary color
Monochromatic Colors of #D94B0B
Black with #D94B0B
Text Example
Text Example
White with #D94B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94B0B; }
p { color: rgb(217,75,11); }
H1.HeaderClassName
{
color: #D94B0B;
}
.AnyTagClassName
{
color: #D94B0B;
}
</style>
background-color css
<style>
a { background-color: #D94B0B; }
a { background-color: rgb(217,75,11); }
div.DivClassName
{
background-color: #D94B0B;
}
.BgClassName
{
background-color: #D94B0B;
}
</style>
border-color css
<style>
span { border-color: #D94B0B; }
span { border-color: rgb(217,75,11); }
td.TdClassName
{
border-color: #D94B0B;
}
.TagClassName
{
border-color: #D94B0B;
}
</style>