Shades of Tenne (Tawny) #D3530B
Tints of Tenne (Tawny) #D3530B
RGB
CMYK
RGB Variations
Color information
#D3530B (or 0xD3530B) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 0B. RGB value is (211,83,11). Sum of RGB (Red+Green+Blue) = 211+83+11=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3530B is #2CACF4. Grayscale: #717171. Windows color (decimal): -2927861 or 742355. OLE color: 742355.
HSL color Cylindrical-coordinate representation of color #D3530B: hue angle of 21.6º 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 #D3530B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.17 |
| HSL | 21.6º | 0.9% | 0.44% | - |
| HSV(B) | 21.6º | 0.95% | 0.83% | - |
| XYZ | 30.02 | 20.06 | 2.61 | - |
| YUV | 113.06 | 70.41 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 11 | 0 | 0.61 | 0.95 | 0.17 | 21.6 | 0.9 | 0.44 |
| Hex | D3 | 53 | B | 0 | 3D | 5F | 11 | 16 | 5A | 2C |
| Octal | 323 | 123 | 13 | 0 | 75 | 137 | 21 | 26 | 132 | 54 |
| Binary | 11010011 | 1010011 | 1011 | 0 | 111101 | 1011111 | 10001 | 10110 | 1011010 | 101100 |
Color Harmonies of #D3530B
Complementary color
Monochromatic Colors of #D3530B
Black with #D3530B
Text Example
Text Example
White with #D3530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3530B; }
p { color: rgb(211,83,11); }
H1.HeaderClassName
{
color: #D3530B;
}
.AnyTagClassName
{
color: #D3530B;
}
</style>
background-color css
<style>
a { background-color: #D3530B; }
a { background-color: rgb(211,83,11); }
div.DivClassName
{
background-color: #D3530B;
}
.BgClassName
{
background-color: #D3530B;
}
</style>
border-color css
<style>
span { border-color: #D3530B; }
span { border-color: rgb(211,83,11); }
td.TdClassName
{
border-color: #D3530B;
}
.TagClassName
{
border-color: #D3530B;
}
</style>