Html Css Color HEX #D14507 Tenne (Tawny)

📋 copy color: '#D14507'

red 209 ◦ green 69 ◦ blue 7

#D14507
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D14507

Tints of Tenne (Tawny) #D14507

RGB

 RED value IS 209 (82.03% from 255) = 73.33%

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 73.33%
G = 24.21%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14507 (or 0xD14507) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 07. RGB value is (209,69,7). Sum of RGB (Red+Green+Blue) = 209+69+7=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14507 is #2EBAF8. Grayscale: #686868. Windows color (decimal): -3062521 or 476625. OLE color: 476625.

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

Color convert

RGB 209 69 7 -
CMYK 0 0.67 0.97 0.18
HSL 18.42º 0.94% 0.42% -
HSV(B) 18.42º 0.97% 0.82% -
XYZ 28.46 17.83 2.14 -
YUV 103.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 209 69 7 0 0.67 0.97 0.18 18.42 0.94 0.42
Hex D1 45 7 0 43 61 12 12 5E 2A
Octal 321 105 7 0 103 141 22 22 136 52
Binary 11010001 1000101 111 0 1000011 1100001 10010 10010 1011110 101010

Color Harmonies of #D14507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14507

Black with #D14507

Text Example


Text Example

White with #D14507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14507; }

 p { color: rgb(209,69,7); }

 H1.HeaderClassName
 {
   color: #D14507;
 }
 .AnyTagClassName
 {
   color: #D14507;
 }
</style>

background-color css

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

 a { background-color: rgb(209,69,7); }

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

border-color css

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

 span { border-color: rgb(209,69,7); }

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