Shades of Tenne (Tawny) #D44502
Tints of Tenne (Tawny) #D44502
RGB
CMYK
RGB Variations
Color information
#D44502 (or 0xD44502) is known color: Tenne (Tawny). HEX triplet: D4, 45 and 02. RGB value is (212,69,2). Sum of RGB (Red+Green+Blue) = 212+69+2=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D44502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44502 is #2BBAFD. Grayscale: #686868. Windows color (decimal): -2865918 or 148948. OLE color: 148948.
HSL color Cylindrical-coordinate representation of color #D44502: hue angle of 19.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D44502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.17 |
| HSL | 19.14º | 0.98% | 0.42% | - |
| HSV(B) | 19.14º | 0.99% | 0.83% | - |
| XYZ | 29.29 | 18.26 | 2.04 | - |
| YUV | 104.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 2 | 0 | 0.67 | 0.99 | 0.17 | 19.14 | 0.98 | 0.42 |
| Hex | D4 | 45 | 2 | 0 | 43 | 63 | 11 | 13 | 62 | 2A |
| Octal | 324 | 105 | 2 | 0 | 103 | 143 | 21 | 23 | 142 | 52 |
| Binary | 11010100 | 1000101 | 10 | 0 | 1000011 | 1100011 | 10001 | 10011 | 1100010 | 101010 |
Color Harmonies of #D44502
Complementary color
Monochromatic Colors of #D44502
Black with #D44502
Text Example
Text Example
White with #D44502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44502; }
p { color: rgb(212,69,2); }
H1.HeaderClassName
{
color: #D44502;
}
.AnyTagClassName
{
color: #D44502;
}
</style>
background-color css
<style>
a { background-color: #D44502; }
a { background-color: rgb(212,69,2); }
div.DivClassName
{
background-color: #D44502;
}
.BgClassName
{
background-color: #D44502;
}
</style>
border-color css
<style>
span { border-color: #D44502; }
span { border-color: rgb(212,69,2); }
td.TdClassName
{
border-color: #D44502;
}
.TagClassName
{
border-color: #D44502;
}
</style>