#D45413

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

Shades of Tenne (Tawny) #D45413

Tints of Tenne (Tawny) #D45413

Color information

#D45413 (or 0xD45413) is unknown color: approx Tenne (Tawny). HEX triplet: D4, 54 and 13. RGB value is (212,84,19). Sum of RGB (Red+Green+Blue) = 212+84+19=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D45413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45413 is #2BABEC. Grayscale: #737373. Windows color (decimal): -2862061 or 1266900. OLE color: 1266900.

HSL color Cylindrical-coordinate representation of color #D45413: hue angle of 20.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45413 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB2128419-
CMYK00.600.910.17
HSL20.21º83.55%45.29%-
HSV(B)20.21º91.04%83.14%-
XYZ30.4420.382.95-
YUV114.8673.91197.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.30%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=67.30%
G=26.67%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212841900.600.910.1720.2183.5545.29
HexD4541303C5B1114542d
Octal32412423074133212412455
Binary110101001010100100110111100101101110001101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45413; }

 p { color: rgb(212,84,19); }

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

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

 a { background-color: rgb(212,84,19); }

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

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

 span { border-color: rgb(212,84,19); }

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