Shades of Tenne (Tawny) #D64303
Tints of Tenne (Tawny) #D64303
RGB
CMYK
RGB Variations
Color information
#D64303 (or 0xD64303) is known color: Tenne (Tawny). HEX triplet: D6, 43 and 03. RGB value is (214,67,3). Sum of RGB (Red+Green+Blue) = 214+67+3=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D64303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64303 is #29BCFC. Grayscale: #686868. Windows color (decimal): -2735357 or 213974. OLE color: 213974.
HSL color Cylindrical-coordinate representation of color #D64303: hue angle of 18.2º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64303 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.16 |
| HSL | 18.2º | 0.97% | 0.43% | - |
| HSV(B) | 18.2º | 0.99% | 0.84% | - |
| XYZ | 29.76 | 18.32 | 2.05 | - |
| YUV | 103.66 | 71.2 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 3 | 0 | 0.69 | 0.99 | 0.16 | 18.2 | 0.97 | 0.43 |
| Hex | D6 | 43 | 3 | 0 | 45 | 63 | 10 | 12 | 61 | 2B |
| Octal | 326 | 103 | 3 | 0 | 105 | 143 | 20 | 22 | 141 | 53 |
| Binary | 11010110 | 1000011 | 11 | 0 | 1000101 | 1100011 | 10000 | 10010 | 1100001 | 101011 |
Color Harmonies of #D64303
Complementary color
Monochromatic Colors of #D64303
Black with #D64303
Text Example
Text Example
White with #D64303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64303; }
p { color: rgb(214,67,3); }
H1.HeaderClassName
{
color: #D64303;
}
.AnyTagClassName
{
color: #D64303;
}
</style>
background-color css
<style>
a { background-color: #D64303; }
a { background-color: rgb(214,67,3); }
div.DivClassName
{
background-color: #D64303;
}
.BgClassName
{
background-color: #D64303;
}
</style>
border-color css
<style>
span { border-color: #D64303; }
span { border-color: rgb(214,67,3); }
td.TdClassName
{
border-color: #D64303;
}
.TagClassName
{
border-color: #D64303;
}
</style>