#D55116

Color #D55116 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D55116

Tints of Tenne (Tawny) #D55116

Color information

#D55116 (or 0xD55116) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 51 and 16. RGB value is (213,81,22). Sum of RGB (Red+Green+Blue) = 213+81+22=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55116 is #2AAEE9. Grayscale: #727272. Windows color (decimal): -2797290 or 1462741. OLE color: 1462741.

HSL color Cylindrical-coordinate representation of color #D55116: hue angle of 18.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2138122-
CMYK00.620.900.16
HSL18.53º81.28%46.08%-
HSV(B)18.53º89.67%83.53%-
XYZ30.5320.093.03-
YUV113.7476.23198.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 67.41%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 22 (8.98% from 255) = 6.96%
R=67.41%
G=25.63%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213812200.620.900.1618.5381.2846.08
HexD5511603E5A1013512e
Octal32512126076132202312156
Binary110101011010001101100111110101101010000100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55116; }

 p { color: rgb(213,81,22); }

 H1.HeaderClassName
 {
   color: #D55116;
 }
 .AnyTagClassName
 {
   color: #D55116;
 }
</style>
background-color css

<style>
 a { background-color: #D55116; }

 a { background-color: rgb(213,81,22); }

 div.DivClassName
 {
   background-color: #D55116;
 }
 .BgClassName
 {
   background-color: #D55116;
 }
</style>
border-color css

<style>
 span { border-color: #D55116; }

 span { border-color: rgb(213,81,22); }

 td.TdClassName
 {
   border-color: #D55116;
 }
 .TagClassName
 {
   border-color: #D55116;
 }
</style>