Shades of Tenne (Tawny) #D94A0A
Tints of Tenne (Tawny) #D94A0A
RGB
CMYK
RGB Variations
Color information
#D94A0A (or 0xD94A0A) is known color: Tenne (Tawny). HEX triplet: D9, 4A and 0A. RGB value is (217,74,10). Sum of RGB (Red+Green+Blue) = 217+74+10=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A0A is #26B5F5. Grayscale: #6D6D6D. Windows color (decimal): -2536950 or 674521. OLE color: 674521.
HSL color Cylindrical-coordinate representation of color #D94A0A: hue angle of 18.55º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D94A0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.15 |
| HSL | 18.55º | 0.91% | 0.45% | - |
| HSV(B) | 18.55º | 0.95% | 0.85% | - |
| XYZ | 31.12 | 19.67 | 2.44 | - |
| YUV | 109.46 | 71.88 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 10 | 0 | 0.66 | 0.95 | 0.15 | 18.55 | 0.91 | 0.45 |
| Hex | D9 | 4A | A | 0 | 42 | 5F | F | 13 | 5B | 2D |
| Octal | 331 | 112 | 12 | 0 | 102 | 137 | 17 | 23 | 133 | 55 |
| Binary | 11011001 | 1001010 | 1010 | 0 | 1000010 | 1011111 | 1111 | 10011 | 1011011 | 101101 |
Color Harmonies of #D94A0A
Complementary color
Monochromatic Colors of #D94A0A
Black with #D94A0A
Text Example
Text Example
White with #D94A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A0A; }
p { color: rgb(217,74,10); }
H1.HeaderClassName
{
color: #D94A0A;
}
.AnyTagClassName
{
color: #D94A0A;
}
</style>
background-color css
<style>
a { background-color: #D94A0A; }
a { background-color: rgb(217,74,10); }
div.DivClassName
{
background-color: #D94A0A;
}
.BgClassName
{
background-color: #D94A0A;
}
</style>
border-color css
<style>
span { border-color: #D94A0A; }
span { border-color: rgb(217,74,10); }
td.TdClassName
{
border-color: #D94A0A;
}
.TagClassName
{
border-color: #D94A0A;
}
</style>