Shades of Tenne (Tawny) #D34300
Tints of Tenne (Tawny) #D34300
RGB
CMYK
RGB Variations
Color information
#D34300 (or 0xD34300) is known color: Tenne (Tawny). HEX triplet: D3, 43 and 00. RGB value is (211,67,0). Sum of RGB (Red+Green+Blue) = 211+67+0=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D34300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34300 is #2CBCFF. Grayscale: #666666. Windows color (decimal): -2931968 or 17363. OLE color: 17363.
HSL color Cylindrical-coordinate representation of color #D34300: hue angle of 19.05º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D34300 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.17 |
| HSL | 19.05º | 1% | 0.41% | - |
| HSV(B) | 19.05º | 1% | 0.83% | - |
| XYZ | 28.87 | 17.86 | 1.93 | - |
| YUV | 102.42 | 70.21 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 0 | 0 | 0.68 | 1 | 0.17 | 19.05 | 1 | 0.41 |
| Hex | D3 | 43 | 0 | 0 | 44 | 64 | 11 | 13 | 64 | 29 |
| Octal | 323 | 103 | 0 | 0 | 104 | 144 | 21 | 23 | 144 | 51 |
| Binary | 11010011 | 1000011 | 0 | 0 | 1000100 | 1100100 | 10001 | 10011 | 1100100 | 101001 |
Color Harmonies of #D34300
Complementary color
Monochromatic Colors of #D34300
Black with #D34300
Text Example
Text Example
White with #D34300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34300; }
p { color: rgb(211,67,0); }
H1.HeaderClassName
{
color: #D34300;
}
.AnyTagClassName
{
color: #D34300;
}
</style>
background-color css
<style>
a { background-color: #D34300; }
a { background-color: rgb(211,67,0); }
div.DivClassName
{
background-color: #D34300;
}
.BgClassName
{
background-color: #D34300;
}
</style>
border-color css
<style>
span { border-color: #D34300; }
span { border-color: rgb(211,67,0); }
td.TdClassName
{
border-color: #D34300;
}
.TagClassName
{
border-color: #D34300;
}
</style>