#D25005

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

Shades of Tenne (Tawny) #D25005

Tints of Tenne (Tawny) #D25005

Color information

#D25005 (or 0xD25005) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 50 and 05. RGB value is (210,80,5). Sum of RGB (Red+Green+Blue) = 210+80+5=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D25005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25005 is #2DAFFA. Grayscale: #6E6E6E. Windows color (decimal): -2994171 or 348370. OLE color: 348370.

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

Color convert

RGB210805-
CMYK00.620.980.18
HSL21.95º95.35%42.16%-
HSV(B)21.95º97.62%82.35%-
XYZ29.4719.452.34-
YUV110.3268.57199.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.19%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=71.19%
G=27.12%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21080500.620.980.1821.9595.3542.16
HexD250503E6212165f2a
Octal3221205076142222613752
Binary1101001010100001010111110110001010010101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25005; }

 p { color: rgb(210,80,5); }

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

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

 a { background-color: rgb(210,80,5); }

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

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

 span { border-color: rgb(210,80,5); }

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