Shades of Tenne (Tawny) #D24402
Tints of Tenne (Tawny) #D24402
RGB
CMYK
RGB Variations
Color information
#D24402 (or 0xD24402) is known color: Tenne (Tawny). HEX triplet: D2, 44 and 02. RGB value is (210,68,2). Sum of RGB (Red+Green+Blue) = 210+68+2=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D24402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24402 is #2DBBFD. Grayscale: #676767. Windows color (decimal): -2997246 or 148690. OLE color: 148690.
HSL color Cylindrical-coordinate representation of color #D24402: hue angle of 19.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D24402 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.18 |
| HSL | 19.04º | 0.98% | 0.42% | - |
| HSV(B) | 19.04º | 0.99% | 0.82% | - |
| XYZ | 28.66 | 17.84 | 1.99 | - |
| YUV | 102.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 2 | 0 | 0.68 | 0.99 | 0.18 | 19.04 | 0.98 | 0.42 |
| Hex | D2 | 44 | 2 | 0 | 44 | 63 | 12 | 13 | 62 | 2A |
| Octal | 322 | 104 | 2 | 0 | 104 | 143 | 22 | 23 | 142 | 52 |
| Binary | 11010010 | 1000100 | 10 | 0 | 1000100 | 1100011 | 10010 | 10011 | 1100010 | 101010 |
Color Harmonies of #D24402
Complementary color
Monochromatic Colors of #D24402
Black with #D24402
Text Example
Text Example
White with #D24402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24402; }
p { color: rgb(210,68,2); }
H1.HeaderClassName
{
color: #D24402;
}
.AnyTagClassName
{
color: #D24402;
}
</style>
background-color css
<style>
a { background-color: #D24402; }
a { background-color: rgb(210,68,2); }
div.DivClassName
{
background-color: #D24402;
}
.BgClassName
{
background-color: #D24402;
}
</style>
border-color css
<style>
span { border-color: #D24402; }
span { border-color: rgb(210,68,2); }
td.TdClassName
{
border-color: #D24402;
}
.TagClassName
{
border-color: #D24402;
}
</style>