Shades of Tenne (Tawny) #C25D0D
Tints of Tenne (Tawny) #C25D0D
RGB
CMYK
RGB Variations
Color information
#C25D0D (or 0xC25D0D) is known color: Tenne (Tawny). HEX triplet: C2, 5D and 0D. RGB value is (194,93,13). Sum of RGB (Red+Green+Blue) = 194+93+13=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D0D is #3DA2F2. Grayscale: #727272. Windows color (decimal): -4039411 or 875970. OLE color: 875970.
HSL color Cylindrical-coordinate representation of color #C25D0D: hue angle of 26.52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C25D0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.24 |
| HSL | 26.52º | 0.87% | 0.41% | - |
| HSV(B) | 26.52º | 0.93% | 0.76% | - |
| XYZ | 26.24 | 19.33 | 2.73 | - |
| YUV | 114.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 13 | 0 | 0.52 | 0.93 | 0.24 | 26.52 | 0.87 | 0.41 |
| Hex | C2 | 5D | D | 0 | 34 | 5D | 18 | 1B | 57 | 29 |
| Octal | 302 | 135 | 15 | 0 | 64 | 135 | 30 | 33 | 127 | 51 |
| Binary | 11000010 | 1011101 | 1101 | 0 | 110100 | 1011101 | 11000 | 11011 | 1010111 | 101001 |
Color Harmonies of #C25D0D
Complementary color
Monochromatic Colors of #C25D0D
Black with #C25D0D
Text Example
Text Example
White with #C25D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D0D; }
p { color: rgb(194,93,13); }
H1.HeaderClassName
{
color: #C25D0D;
}
.AnyTagClassName
{
color: #C25D0D;
}
</style>
background-color css
<style>
a { background-color: #C25D0D; }
a { background-color: rgb(194,93,13); }
div.DivClassName
{
background-color: #C25D0D;
}
.BgClassName
{
background-color: #C25D0D;
}
</style>
border-color css
<style>
span { border-color: #C25D0D; }
span { border-color: rgb(194,93,13); }
td.TdClassName
{
border-color: #C25D0D;
}
.TagClassName
{
border-color: #C25D0D;
}
</style>