Shades of Tenne (Tawny) #D74C0C
Tints of Tenne (Tawny) #D74C0C
RGB
CMYK
RGB Variations
Color information
#D74C0C (or 0xD74C0C) is known color: Tenne (Tawny). HEX triplet: D7, 4C and 0C. RGB value is (215,76,12). Sum of RGB (Red+Green+Blue) = 215+76+12=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74C0C is #28B3F3. Grayscale: #6E6E6E. Windows color (decimal): -2667508 or 806103. OLE color: 806103.
HSL color Cylindrical-coordinate representation of color #D74C0C: hue angle of 18.92º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D74C0C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.16 |
| HSL | 18.92º | 0.89% | 0.45% | - |
| HSV(B) | 18.92º | 0.94% | 0.84% | - |
| XYZ | 30.68 | 19.64 | 2.52 | - |
| YUV | 110.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 12 | 0 | 0.65 | 0.94 | 0.16 | 18.92 | 0.89 | 0.45 |
| Hex | D7 | 4C | C | 0 | 41 | 5E | 10 | 13 | 59 | 2D |
| Octal | 327 | 114 | 14 | 0 | 101 | 136 | 20 | 23 | 131 | 55 |
| Binary | 11010111 | 1001100 | 1100 | 0 | 1000001 | 1011110 | 10000 | 10011 | 1011001 | 101101 |
Color Harmonies of #D74C0C
Complementary color
Monochromatic Colors of #D74C0C
Black with #D74C0C
Text Example
Text Example
White with #D74C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C0C; }
p { color: rgb(215,76,12); }
H1.HeaderClassName
{
color: #D74C0C;
}
.AnyTagClassName
{
color: #D74C0C;
}
</style>
background-color css
<style>
a { background-color: #D74C0C; }
a { background-color: rgb(215,76,12); }
div.DivClassName
{
background-color: #D74C0C;
}
.BgClassName
{
background-color: #D74C0C;
}
</style>
border-color css
<style>
span { border-color: #D74C0C; }
span { border-color: rgb(215,76,12); }
td.TdClassName
{
border-color: #D74C0C;
}
.TagClassName
{
border-color: #D74C0C;
}
</style>