#d64e0e

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

Shades of Tenne (Tawny) #D64E0E

Tints of Tenne (Tawny) #D64E0E

Color information

#D64E0E (or 0xD64E0E) is unknown color: approx Tenne (Tawny). HEX triplet: D6, 4E and 0E. RGB value is (214,78,14). Sum of RGB (Red+Green+Blue) = 214+78+14=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E0E is #29B1F1. Grayscale: #6F6F6F. Windows color (decimal): -2732530 or 937686. OLE color: 937686.

HSL color Cylindrical-coordinate representation of color #D64E0E: hue angle of 19.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D64E0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2147814-
CMYK00.640.930.16
HSL19.2º87.72%44.71%-
HSV(B)19.2º93.46%83.92%-
XYZ30.5419.782.62-
YUV111.3773.06201.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.93%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 14 (5.86% from 255) = 4.58%
R=69.93%
G=25.49%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214781400.640.930.1619.287.7244.71
HexD64EE0405D1013582d
Octal326116160100135202313055
Binary110101101001110111001000000101110110000100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64e0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64e0e; }

 p { color: rgb(214,78,14); }

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

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

 a { background-color: rgb(214,78,14); }

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

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

 span { border-color: rgb(214,78,14); }

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