Shades of Tenne (Tawny) #D24601
Tints of Tenne (Tawny) #D24601
RGB
CMYK
RGB Variations
Color information
#D24601 (or 0xD24601) is known color: Tenne (Tawny). HEX triplet: D2, 46 and 01. RGB value is (210,70,1). Sum of RGB (Red+Green+Blue) = 210+70+1=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D24601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24601 is #2DB9FE. Grayscale: #686868. Windows color (decimal): -2996735 or 83666. OLE color: 83666.
HSL color Cylindrical-coordinate representation of color #D24601: hue angle of 19.81º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D24601 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.18 |
| HSL | 19.81º | 0.99% | 0.41% | - |
| HSV(B) | 19.81º | 1% | 0.82% | - |
| XYZ | 28.77 | 18.08 | 2 | - |
| YUV | 103.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 1 | 0 | 0.67 | 1.00 | 0.18 | 19.81 | 0.99 | 0.41 |
| Hex | D2 | 46 | 1 | 0 | 43 | 64 | 12 | 14 | 63 | 29 |
| Octal | 322 | 106 | 1 | 0 | 103 | 144 | 22 | 24 | 143 | 51 |
| Binary | 11010010 | 1000110 | 1 | 0 | 1000011 | 1100100 | 10010 | 10100 | 1100011 | 101001 |
Color Harmonies of #D24601
Complementary color
Monochromatic Colors of #D24601
Black with #D24601
Text Example
Text Example
White with #D24601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24601; }
p { color: rgb(210,70,1); }
H1.HeaderClassName
{
color: #D24601;
}
.AnyTagClassName
{
color: #D24601;
}
</style>
background-color css
<style>
a { background-color: #D24601; }
a { background-color: rgb(210,70,1); }
div.DivClassName
{
background-color: #D24601;
}
.BgClassName
{
background-color: #D24601;
}
</style>
border-color css
<style>
span { border-color: #D24601; }
span { border-color: rgb(210,70,1); }
td.TdClassName
{
border-color: #D24601;
}
.TagClassName
{
border-color: #D24601;
}
</style>