#D45213

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

Shades of Tenne (Tawny) #D45213

Tints of Tenne (Tawny) #D45213

Color information

#D45213 (or 0xD45213) is unknown color: approx Tenne (Tawny). HEX triplet: D4, 52 and 13. RGB value is (212,82,19). Sum of RGB (Red+Green+Blue) = 212+82+19=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D45213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45213 is #2BADEC. Grayscale: #727272. Windows color (decimal): -2862573 or 1266388. OLE color: 1266388.

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

Color convert

RGB2128219-
CMYK00.610.910.17
HSL19.59º83.55%45.29%-
HSV(B)19.59º91.04%83.14%-
XYZ30.2920.082.9-
YUV113.6974.57198.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.73%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=67.73%
G=26.20%
B=6.07%

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
Decimal212821900.610.910.1719.5983.5545.29
HexD4521303D5B1114542d
Octal32412223075133212412455
Binary110101001010010100110111101101101110001101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45213; }

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

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

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

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

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

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

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

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