Html Css Color HEX #D14A11 Tenne (Tawny)

📋 copy color: '#D14A11'

red 209 ◦ green 74 ◦ blue 17

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

Shades of Tenne (Tawny) #D14A11

Tints of Tenne (Tawny) #D14A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 69.67%
G = 24.67%
B = 5.67%

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

#D14A11 (or 0xD14A11) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 11. RGB value is (209,74,17). Sum of RGB (Red+Green+Blue) = 209+74+17=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A11 is #2EB5EE. Grayscale: #6C6C6C. Windows color (decimal): -3061231 or 1133265. OLE color: 1133265.

HSL color Cylindrical-coordinate representation of color #D14A11: hue angle of 17.81º degrees, saturation: 0.85, 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 #D14A11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 74 17 -
CMYK 0 0.65 0.92 0.18
HSL 17.81º 0.85% 0.44% -
HSV(B) 17.81º 0.92% 0.82% -
XYZ 28.84 18.49 2.58 -
YUV 107.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 209 74 17 0 0.65 0.92 0.18 17.81 0.85 0.44
Hex D1 4A 11 0 41 5C 12 12 55 2C
Octal 321 112 21 0 101 134 22 22 125 54
Binary 11010001 1001010 10001 0 1000001 1011100 10010 10010 1010101 101100

Color Harmonies of #D14A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A11

Black with #D14A11

Text Example


Text Example

White with #D14A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A11; }

 p { color: rgb(209,74,17); }

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

background-color css

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

 a { background-color: rgb(209,74,17); }

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

border-color css

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

 span { border-color: rgb(209,74,17); }

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