Shades of Tenne (Tawny) #D44C13
Tints of Tenne (Tawny) #D44C13
RGB
CMYK
RGB Variations
Color information
#D44C13 (or 0xD44C13) is known color: Tenne (Tawny). HEX triplet: D4, 4C and 13. RGB value is (212,76,19). Sum of RGB (Red+Green+Blue) = 212+76+19=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44C13 is #2BB3EC. Grayscale: #6E6E6E. Windows color (decimal): -2864109 or 1264852. OLE color: 1264852.
HSL color Cylindrical-coordinate representation of color #D44C13: hue angle of 17.72º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D44C13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.17 |
| HSL | 17.72º | 0.84% | 0.45% | - |
| HSV(B) | 17.72º | 0.91% | 0.83% | - |
| XYZ | 29.85 | 19.21 | 2.75 | - |
| YUV | 110.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 19 | 0 | 0.64 | 0.91 | 0.17 | 17.72 | 0.84 | 0.45 |
| Hex | D4 | 4C | 13 | 0 | 40 | 5B | 11 | 12 | 54 | 2D |
| Octal | 324 | 114 | 23 | 0 | 100 | 133 | 21 | 22 | 124 | 55 |
| Binary | 11010100 | 1001100 | 10011 | 0 | 1000000 | 1011011 | 10001 | 10010 | 1010100 | 101101 |
Color Harmonies of #D44C13
Complementary color
Monochromatic Colors of #D44C13
Black with #D44C13
Text Example
Text Example
White with #D44C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C13; }
p { color: rgb(212,76,19); }
H1.HeaderClassName
{
color: #D44C13;
}
.AnyTagClassName
{
color: #D44C13;
}
</style>
background-color css
<style>
a { background-color: #D44C13; }
a { background-color: rgb(212,76,19); }
div.DivClassName
{
background-color: #D44C13;
}
.BgClassName
{
background-color: #D44C13;
}
</style>
border-color css
<style>
span { border-color: #D44C13; }
span { border-color: rgb(212,76,19); }
td.TdClassName
{
border-color: #D44C13;
}
.TagClassName
{
border-color: #D44C13;
}
</style>