Shades of Tenne (Tawny) #D3530E
Tints of Tenne (Tawny) #D3530E
RGB
CMYK
RGB Variations
Color information
#D3530E (or 0xD3530E) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 0E. RGB value is (211,83,14). Sum of RGB (Red+Green+Blue) = 211+83+14=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3530E is #2CACF1. Grayscale: #717171. Windows color (decimal): -2927858 or 938963. OLE color: 938963.
HSL color Cylindrical-coordinate representation of color #D3530E: hue angle of 21.02º degrees, saturation: 0.88, 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 #D3530E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.17 |
| HSL | 21.02º | 0.88% | 0.44% | - |
| HSV(B) | 21.02º | 0.93% | 0.83% | - |
| XYZ | 30.04 | 20.07 | 2.71 | - |
| YUV | 113.41 | 71.91 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 14 | 0 | 0.61 | 0.93 | 0.17 | 21.02 | 0.88 | 0.44 |
| Hex | D3 | 53 | E | 0 | 3D | 5D | 11 | 15 | 58 | 2C |
| Octal | 323 | 123 | 16 | 0 | 75 | 135 | 21 | 25 | 130 | 54 |
| Binary | 11010011 | 1010011 | 1110 | 0 | 111101 | 1011101 | 10001 | 10101 | 1011000 | 101100 |
Color Harmonies of #D3530E
Complementary color
Monochromatic Colors of #D3530E
Black with #D3530E
Text Example
Text Example
White with #D3530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3530E; }
p { color: rgb(211,83,14); }
H1.HeaderClassName
{
color: #D3530E;
}
.AnyTagClassName
{
color: #D3530E;
}
</style>
background-color css
<style>
a { background-color: #D3530E; }
a { background-color: rgb(211,83,14); }
div.DivClassName
{
background-color: #D3530E;
}
.BgClassName
{
background-color: #D3530E;
}
</style>
border-color css
<style>
span { border-color: #D3530E; }
span { border-color: rgb(211,83,14); }
td.TdClassName
{
border-color: #D3530E;
}
.TagClassName
{
border-color: #D3530E;
}
</style>