#d1500c

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

Shades of Tenne (Tawny) #D1500C

Tints of Tenne (Tawny) #D1500C

Color information

#D1500C (or 0xD1500C) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 50 and 0C. RGB value is (209,80,12). Sum of RGB (Red+Green+Blue) = 209+80+12=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1500C is #2EAFF3. Grayscale: #6F6F6F. Windows color (decimal): -3059700 or 807121. OLE color: 807121.

HSL color Cylindrical-coordinate representation of color #D1500C: hue angle of 20.71º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1500C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2098012-
CMYK00.620.940.18
HSL20.71º89.14%43.33%-
HSV(B)20.71º94.26%81.96%-
XYZ29.2319.322.54-
YUV110.8272.24198.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=69.44%
G=26.58%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209801200.620.940.1820.7189.1443.33
HexD150C03E5E1215592b
Octal32112014076136222513153
Binary11010001101000011000111110101111010010101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1500c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1500c; }

 p { color: rgb(209,80,12); }

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

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

 a { background-color: rgb(209,80,12); }

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

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

 span { border-color: rgb(209,80,12); }

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