Html Css Color HEX #D14B11 Tenne (Tawny)

📋 copy color: '#D14B11'

red 209 ◦ green 75 ◦ blue 17

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

Shades of Tenne (Tawny) #D14B11

Tints of Tenne (Tawny) #D14B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

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

R = 69.44%
G = 24.92%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14B11 (or 0xD14B11) is known color: Tenne (Tawny). HEX triplet: D1, 4B and 11. RGB value is (209,75,17). Sum of RGB (Red+Green+Blue) = 209+75+17=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B11 is #2EB4EE. Grayscale: #6C6C6C. Windows color (decimal): -3060975 or 1133521. OLE color: 1133521.

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

Color convert

RGB 209 75 17 -
CMYK 0 0.64 0.92 0.18
HSL 18.13º 0.85% 0.44% -
HSV(B) 18.13º 0.92% 0.82% -
XYZ 28.91 18.63 2.6 -
YUV 108.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 209 75 17 0 0.64 0.92 0.18 18.13 0.85 0.44
Hex D1 4B 11 0 40 5C 12 12 55 2C
Octal 321 113 21 0 100 134 22 22 125 54
Binary 11010001 1001011 10001 0 1000000 1011100 10010 10010 1010101 101100

Color Harmonies of #D14B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14B11

Black with #D14B11

Text Example


Text Example

White with #D14B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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