#D45313

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

Shades of Tenne (Tawny) #D45313

Tints of Tenne (Tawny) #D45313

Color information

#D45313 (or 0xD45313) is unknown color: approx Tenne (Tawny). HEX triplet: D4, 53 and 13. RGB value is (212,83,19). Sum of RGB (Red+Green+Blue) = 212+83+19=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D45313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45313 is #2BACEC. Grayscale: #727272. Windows color (decimal): -2862317 or 1266644. OLE color: 1266644.

HSL color Cylindrical-coordinate representation of color #D45313: hue angle of 19.9º 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 #D45313 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB2128319-
CMYK00.610.910.17
HSL19.9º83.55%45.29%-
HSV(B)19.9º91.04%83.14%-
XYZ30.3620.232.92-
YUV114.2874.24197.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.52%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 19 (7.81% from 255) = 6.05%
R=67.52%
G=26.43%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212831900.610.910.1719.983.5545.29
HexD4531303D5B1114542d
Octal32412323075133212412455
Binary110101001010011100110111101101101110001101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45313; }

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

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

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

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

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

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

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

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