Html Css Color HEX #D14A09 Tenne (Tawny)

📋 copy color: '#D14A09'

red 209 ◦ green 74 ◦ blue 9

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

Shades of Tenne (Tawny) #D14A09

Tints of Tenne (Tawny) #D14A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 71.58%
G = 25.34%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14A09 (or 0xD14A09) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 09. RGB value is (209,74,9). Sum of RGB (Red+Green+Blue) = 209+74+9=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A09 is #2EB5F6. Grayscale: #6B6B6B. Windows color (decimal): -3061239 or 608977. OLE color: 608977.

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

Color convert

RGB 209 74 9 -
CMYK 0 0.65 0.96 0.18
HSL 19.5º 0.92% 0.43% -
HSV(B) 19.5º 0.96% 0.82% -
XYZ 28.79 18.47 2.31 -
YUV 106.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 209 74 9 0 0.65 0.96 0.18 19.5 0.92 0.43
Hex D1 4A 9 0 41 60 12 14 5C 2B
Octal 321 112 11 0 101 140 22 24 134 53
Binary 11010001 1001010 1001 0 1000001 1100000 10010 10100 1011100 101011

Color Harmonies of #D14A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A09

Black with #D14A09

Text Example


Text Example

White with #D14A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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