Shades of Tenne (Tawny) #D2530F
Tints of Tenne (Tawny) #D2530F
RGB
CMYK
RGB Variations
Color information
#D2530F (or 0xD2530F) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 0F. RGB value is (210,83,15). Sum of RGB (Red+Green+Blue) = 210+83+15=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2530F is #2DACF0. Grayscale: #717171. Windows color (decimal): -2993393 or 1004498. OLE color: 1004498.
HSL color Cylindrical-coordinate representation of color #D2530F: hue angle of 20.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2530F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.18 |
| HSL | 20.92º | 0.87% | 0.44% | - |
| HSV(B) | 20.92º | 0.93% | 0.82% | - |
| XYZ | 29.76 | 19.92 | 2.73 | - |
| YUV | 113.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 15 | 0 | 0.60 | 0.93 | 0.18 | 20.92 | 0.87 | 0.44 |
| Hex | D2 | 53 | F | 0 | 3C | 5D | 12 | 15 | 57 | 2C |
| Octal | 322 | 123 | 17 | 0 | 74 | 135 | 22 | 25 | 127 | 54 |
| Binary | 11010010 | 1010011 | 1111 | 0 | 111100 | 1011101 | 10010 | 10101 | 1010111 | 101100 |
Color Harmonies of #D2530F
Complementary color
Monochromatic Colors of #D2530F
Black with #D2530F
Text Example
Text Example
White with #D2530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2530F; }
p { color: rgb(210,83,15); }
H1.HeaderClassName
{
color: #D2530F;
}
.AnyTagClassName
{
color: #D2530F;
}
</style>
background-color css
<style>
a { background-color: #D2530F; }
a { background-color: rgb(210,83,15); }
div.DivClassName
{
background-color: #D2530F;
}
.BgClassName
{
background-color: #D2530F;
}
</style>
border-color css
<style>
span { border-color: #D2530F; }
span { border-color: rgb(210,83,15); }
td.TdClassName
{
border-color: #D2530F;
}
.TagClassName
{
border-color: #D2530F;
}
</style>