Shades of Tenne (Tawny) #D34404
Tints of Tenne (Tawny) #D34404
RGB
CMYK
RGB Variations
Color information
#D34404 (or 0xD34404) is known color: Tenne (Tawny). HEX triplet: D3, 44 and 04. RGB value is (211,68,4). Sum of RGB (Red+Green+Blue) = 211+68+4=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D34404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34404 is #2CBBFB. Grayscale: #676767. Windows color (decimal): -2931708 or 279763. OLE color: 279763.
HSL color Cylindrical-coordinate representation of color #D34404: hue angle of 18.55º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D34404 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.17 |
| HSL | 18.55º | 0.96% | 0.42% | - |
| HSV(B) | 18.55º | 0.98% | 0.83% | - |
| XYZ | 28.95 | 17.99 | 2.06 | - |
| YUV | 103.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 4 | 0 | 0.68 | 0.98 | 0.17 | 18.55 | 0.96 | 0.42 |
| Hex | D3 | 44 | 4 | 0 | 44 | 62 | 11 | 13 | 60 | 2A |
| Octal | 323 | 104 | 4 | 0 | 104 | 142 | 21 | 23 | 140 | 52 |
| Binary | 11010011 | 1000100 | 100 | 0 | 1000100 | 1100010 | 10001 | 10011 | 1100000 | 101010 |
Color Harmonies of #D34404
Complementary color
Monochromatic Colors of #D34404
Black with #D34404
Text Example
Text Example
White with #D34404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34404; }
p { color: rgb(211,68,4); }
H1.HeaderClassName
{
color: #D34404;
}
.AnyTagClassName
{
color: #D34404;
}
</style>
background-color css
<style>
a { background-color: #D34404; }
a { background-color: rgb(211,68,4); }
div.DivClassName
{
background-color: #D34404;
}
.BgClassName
{
background-color: #D34404;
}
</style>
border-color css
<style>
span { border-color: #D34404; }
span { border-color: rgb(211,68,4); }
td.TdClassName
{
border-color: #D34404;
}
.TagClassName
{
border-color: #D34404;
}
</style>