#D25210

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

Shades of Tenne (Tawny) #D25210

Tints of Tenne (Tawny) #D25210

Color information

#D25210 (or 0xD25210) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 52 and 10. RGB value is (210,82,16). Sum of RGB (Red+Green+Blue) = 210+82+16=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D25210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25210 is #2DADEF. Grayscale: #717171. Windows color (decimal): -2993648 or 1069778. OLE color: 1069778.

HSL color Cylindrical-coordinate representation of color #D25210: hue angle of 20.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D25210 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2108216-
CMYK00.610.920.18
HSL20.41º85.84%44.31%-
HSV(B)20.41º92.38%82.35%-
XYZ29.6919.772.74-
YUV112.7573.41197.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.18%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=68.18%
G=26.62%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210821600.610.920.1820.4185.8444.31
HexD2521003D5C1214562c
Octal32212220075134222412654
Binary110100101010010100000111101101110010010101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25210; }

 p { color: rgb(210,82,16); }

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

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

 a { background-color: rgb(210,82,16); }

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

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

 span { border-color: rgb(210,82,16); }

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