Shades of Tenne (Tawny) #D74F0F
Tints of Tenne (Tawny) #D74F0F
RGB
CMYK
RGB Variations
Color information
#D74F0F (or 0xD74F0F) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 0F. RGB value is (215,79,15). Sum of RGB (Red+Green+Blue) = 215+79+15=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F0F is #28B0F0. Grayscale: #707070. Windows color (decimal): -2666737 or 1003479. OLE color: 1003479.
HSL color Cylindrical-coordinate representation of color #D74F0F: hue angle of 19.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74F0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.16 |
| HSL | 19.2º | 0.87% | 0.45% | - |
| HSV(B) | 19.2º | 0.93% | 0.84% | - |
| XYZ | 30.91 | 20.07 | 2.7 | - |
| YUV | 112.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 15 | 0 | 0.63 | 0.93 | 0.16 | 19.2 | 0.87 | 0.45 |
| Hex | D7 | 4F | F | 0 | 3F | 5D | 10 | 13 | 57 | 2D |
| Octal | 327 | 117 | 17 | 0 | 77 | 135 | 20 | 23 | 127 | 55 |
| Binary | 11010111 | 1001111 | 1111 | 0 | 111111 | 1011101 | 10000 | 10011 | 1010111 | 101101 |
Color Harmonies of #D74F0F
Complementary color
Monochromatic Colors of #D74F0F
Black with #D74F0F
Text Example
Text Example
White with #D74F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F0F; }
p { color: rgb(215,79,15); }
H1.HeaderClassName
{
color: #D74F0F;
}
.AnyTagClassName
{
color: #D74F0F;
}
</style>
background-color css
<style>
a { background-color: #D74F0F; }
a { background-color: rgb(215,79,15); }
div.DivClassName
{
background-color: #D74F0F;
}
.BgClassName
{
background-color: #D74F0F;
}
</style>
border-color css
<style>
span { border-color: #D74F0F; }
span { border-color: rgb(215,79,15); }
td.TdClassName
{
border-color: #D74F0F;
}
.TagClassName
{
border-color: #D74F0F;
}
</style>