Html Css Color HEX #D14910 Tenne (Tawny)

📋 copy color: '#D14910'

red 209 ◦ green 73 ◦ blue 16

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

Shades of Tenne (Tawny) #D14910

Tints of Tenne (Tawny) #D14910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 70.13%
G = 24.5%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14910 (or 0xD14910) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 10. RGB value is (209,73,16). Sum of RGB (Red+Green+Blue) = 209+73+16=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14910 is #2EB6EF. Grayscale: #6B6B6B. Windows color (decimal): -3061488 or 1067473. OLE color: 1067473.

HSL color Cylindrical-coordinate representation of color #D14910: hue angle of 17.72º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14910 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 16 -
CMYK 0 0.65 0.92 0.18
HSL 17.72º 0.86% 0.44% -
HSV(B) 17.72º 0.92% 0.82% -
XYZ 28.77 18.36 2.52 -
YUV 107.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 209 73 16 0 0.65 0.92 0.18 17.72 0.86 0.44
Hex D1 49 10 0 41 5C 12 12 56 2C
Octal 321 111 20 0 101 134 22 22 126 54
Binary 11010001 1001001 10000 0 1000001 1011100 10010 10010 1010110 101100

Color Harmonies of #D14910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14910

Black with #D14910

Text Example


Text Example

White with #D14910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14910; }

 p { color: rgb(209,73,16); }

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

background-color css

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

 a { background-color: rgb(209,73,16); }

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

border-color css

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

 span { border-color: rgb(209,73,16); }

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