Shades of Tenne (Tawny) #D34E03
Tints of Tenne (Tawny) #D34E03
RGB
CMYK
RGB Variations
Color information
#D34E03 (or 0xD34E03) is known color: Tenne (Tawny). HEX triplet: D3, 4E and 03. RGB value is (211,78,3). Sum of RGB (Red+Green+Blue) = 211+78+3=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34E03 is #2CB1FC. Grayscale: #6D6D6D. Windows color (decimal): -2929149 or 216787. OLE color: 216787.
HSL color Cylindrical-coordinate representation of color #D34E03: hue angle of 21.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D34E03 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.17 |
| HSL | 21.63º | 0.97% | 0.42% | - |
| HSV(B) | 21.63º | 0.99% | 0.83% | - |
| XYZ | 29.6 | 19.3 | 2.25 | - |
| YUV | 109.22 | 68.06 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 3 | 0 | 0.63 | 0.99 | 0.17 | 21.63 | 0.97 | 0.42 |
| Hex | D3 | 4E | 3 | 0 | 3F | 63 | 11 | 16 | 61 | 2A |
| Octal | 323 | 116 | 3 | 0 | 77 | 143 | 21 | 26 | 141 | 52 |
| Binary | 11010011 | 1001110 | 11 | 0 | 111111 | 1100011 | 10001 | 10110 | 1100001 | 101010 |
Color Harmonies of #D34E03
Complementary color
Monochromatic Colors of #D34E03
Black with #D34E03
Text Example
Text Example
White with #D34E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E03; }
p { color: rgb(211,78,3); }
H1.HeaderClassName
{
color: #D34E03;
}
.AnyTagClassName
{
color: #D34E03;
}
</style>
background-color css
<style>
a { background-color: #D34E03; }
a { background-color: rgb(211,78,3); }
div.DivClassName
{
background-color: #D34E03;
}
.BgClassName
{
background-color: #D34E03;
}
</style>
border-color css
<style>
span { border-color: #D34E03; }
span { border-color: rgb(211,78,3); }
td.TdClassName
{
border-color: #D34E03;
}
.TagClassName
{
border-color: #D34E03;
}
</style>