Shades of Tenne (Tawny) #D54302
Tints of Tenne (Tawny) #D54302
RGB
CMYK
RGB Variations
Color information
#D54302 (or 0xD54302) is known color: Tenne (Tawny). HEX triplet: D5, 43 and 02. RGB value is (213,67,2). Sum of RGB (Red+Green+Blue) = 213+67+2=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D54302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54302 is #2ABCFD. Grayscale: #676767. Windows color (decimal): -2800894 or 148437. OLE color: 148437.
HSL color Cylindrical-coordinate representation of color #D54302: hue angle of 18.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D54302 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.16 |
| HSL | 18.48º | 0.98% | 0.42% | - |
| HSV(B) | 18.48º | 0.99% | 0.84% | - |
| XYZ | 29.46 | 18.16 | 2.01 | - |
| YUV | 103.24 | 70.87 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 2 | 0 | 0.69 | 0.99 | 0.16 | 18.48 | 0.98 | 0.42 |
| Hex | D5 | 43 | 2 | 0 | 45 | 63 | 10 | 12 | 62 | 2A |
| Octal | 325 | 103 | 2 | 0 | 105 | 143 | 20 | 22 | 142 | 52 |
| Binary | 11010101 | 1000011 | 10 | 0 | 1000101 | 1100011 | 10000 | 10010 | 1100010 | 101010 |
Color Harmonies of #D54302
Complementary color
Monochromatic Colors of #D54302
Black with #D54302
Text Example
Text Example
White with #D54302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54302; }
p { color: rgb(213,67,2); }
H1.HeaderClassName
{
color: #D54302;
}
.AnyTagClassName
{
color: #D54302;
}
</style>
background-color css
<style>
a { background-color: #D54302; }
a { background-color: rgb(213,67,2); }
div.DivClassName
{
background-color: #D54302;
}
.BgClassName
{
background-color: #D54302;
}
</style>
border-color css
<style>
span { border-color: #D54302; }
span { border-color: rgb(213,67,2); }
td.TdClassName
{
border-color: #D54302;
}
.TagClassName
{
border-color: #D54302;
}
</style>