Html Css Color HEX #D14D14 Tenne (Tawny)

📋 copy color: '#D14D14'

red 209 ◦ green 77 ◦ blue 20

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

Shades of Tenne (Tawny) #D14D14

Tints of Tenne (Tawny) #D14D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 68.3%
G = 25.16%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14D14 (or 0xD14D14) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 14. RGB value is (209,77,20). Sum of RGB (Red+Green+Blue) = 209+77+20=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D14 is #2EB2EB. Grayscale: #6E6E6E. Windows color (decimal): -3060460 or 1330641. OLE color: 1330641.

HSL color Cylindrical-coordinate representation of color #D14D14: hue angle of 18.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14D14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 20 -
CMYK 0 0.63 0.90 0.18
HSL 18.1º 0.83% 0.45% -
HSV(B) 18.1º 0.9% 0.82% -
XYZ 29.07 18.91 2.78 -
YUV 109.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 209 77 20 0 0.63 0.90 0.18 18.1 0.83 0.45
Hex D1 4D 14 0 3F 5A 12 12 53 2D
Octal 321 115 24 0 77 132 22 22 123 55
Binary 11010001 1001101 10100 0 111111 1011010 10010 10010 1010011 101101

Color Harmonies of #D14D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D14

Black with #D14D14

Text Example


Text Example

White with #D14D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D14; }

 p { color: rgb(209,77,20); }

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

background-color css

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

 a { background-color: rgb(209,77,20); }

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

border-color css

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

 span { border-color: rgb(209,77,20); }

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