Shades of Tenne (Tawny) #D24101
Tints of Tenne (Tawny) #D24101
RGB
CMYK
RGB Variations
Color information
#D24101 (or 0xD24101) is known color: Tenne (Tawny). HEX triplet: D2, 41 and 01. RGB value is (210,65,1). Sum of RGB (Red+Green+Blue) = 210+65+1=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D24101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24101 is #2DBEFE. Grayscale: #656565. Windows color (decimal): -2998015 or 82386. OLE color: 82386.
HSL color Cylindrical-coordinate representation of color #D24101: hue angle of 18.37º 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 #D24101 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.18 |
| HSL | 18.37º | 0.99% | 0.41% | - |
| HSV(B) | 18.37º | 1% | 0.82% | - |
| XYZ | 28.47 | 17.48 | 1.9 | - |
| YUV | 101.06 | 71.54 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 1 | 0 | 0.69 | 1.00 | 0.18 | 18.37 | 0.99 | 0.41 |
| Hex | D2 | 41 | 1 | 0 | 45 | 64 | 12 | 12 | 63 | 29 |
| Octal | 322 | 101 | 1 | 0 | 105 | 144 | 22 | 22 | 143 | 51 |
| Binary | 11010010 | 1000001 | 1 | 0 | 1000101 | 1100100 | 10010 | 10010 | 1100011 | 101001 |
Color Harmonies of #D24101
Complementary color
Monochromatic Colors of #D24101
Black with #D24101
Text Example
Text Example
White with #D24101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24101; }
p { color: rgb(210,65,1); }
H1.HeaderClassName
{
color: #D24101;
}
.AnyTagClassName
{
color: #D24101;
}
</style>
background-color css
<style>
a { background-color: #D24101; }
a { background-color: rgb(210,65,1); }
div.DivClassName
{
background-color: #D24101;
}
.BgClassName
{
background-color: #D24101;
}
</style>
border-color css
<style>
span { border-color: #D24101; }
span { border-color: rgb(210,65,1); }
td.TdClassName
{
border-color: #D24101;
}
.TagClassName
{
border-color: #D24101;
}
</style>