Shades of Tenne (Tawny) #D3480B
Tints of Tenne (Tawny) #D3480B
RGB
CMYK
RGB Variations
Color information
#D3480B (or 0xD3480B) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 0B. RGB value is (211,72,11). Sum of RGB (Red+Green+Blue) = 211+72+11=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D3480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3480B is #2CB7F4. Grayscale: #6A6A6A. Windows color (decimal): -2930677 or 739539. OLE color: 739539.
HSL color Cylindrical-coordinate representation of color #D3480B: hue angle of 18.3º 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 #D3480B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.17 |
| HSL | 18.3º | 0.9% | 0.44% | - |
| HSV(B) | 18.3º | 0.95% | 0.83% | - |
| XYZ | 29.24 | 18.51 | 2.35 | - |
| YUV | 106.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 11 | 0 | 0.66 | 0.95 | 0.17 | 18.3 | 0.9 | 0.44 |
| Hex | D3 | 48 | B | 0 | 42 | 5F | 11 | 12 | 5A | 2C |
| Octal | 323 | 110 | 13 | 0 | 102 | 137 | 21 | 22 | 132 | 54 |
| Binary | 11010011 | 1001000 | 1011 | 0 | 1000010 | 1011111 | 10001 | 10010 | 1011010 | 101100 |
Color Harmonies of #D3480B
Complementary color
Monochromatic Colors of #D3480B
Black with #D3480B
Text Example
Text Example
White with #D3480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3480B; }
p { color: rgb(211,72,11); }
H1.HeaderClassName
{
color: #D3480B;
}
.AnyTagClassName
{
color: #D3480B;
}
</style>
background-color css
<style>
a { background-color: #D3480B; }
a { background-color: rgb(211,72,11); }
div.DivClassName
{
background-color: #D3480B;
}
.BgClassName
{
background-color: #D3480B;
}
</style>
border-color css
<style>
span { border-color: #D3480B; }
span { border-color: rgb(211,72,11); }
td.TdClassName
{
border-color: #D3480B;
}
.TagClassName
{
border-color: #D3480B;
}
</style>