Html Css Color HEX #D1640C Tenne (Tawny)

📋 copy color: '#D1640C'

red 209 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #D1640C

Tints of Tenne (Tawny) #D1640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 65.11%
G = 31.15%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1640C (or 0xD1640C) is known color: Tenne (Tawny). HEX triplet: D1, 64 and 0C. RGB value is (209,100,12). Sum of RGB (Red+Green+Blue) = 209+100+12=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1640C is #2E9BF3. Grayscale: #7B7B7B. Windows color (decimal): -3054580 or 812241. OLE color: 812241.

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

Color convert

RGB 209 100 12 -
CMYK 0 0.52 0.94 0.18
HSL 26.8º 0.89% 0.43% -
HSV(B) 26.8º 0.94% 0.82% -
XYZ 30.92 22.7 3.1 -
YUV 122.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 209 100 12 0 0.52 0.94 0.18 26.8 0.89 0.43
Hex D1 64 C 0 34 5E 12 1B 59 2B
Octal 321 144 14 0 64 136 22 33 131 53
Binary 11010001 1100100 1100 0 110100 1011110 10010 11011 1011001 101011

Color Harmonies of #D1640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1640C

Black with #D1640C

Text Example


Text Example

White with #D1640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1640C; }

 p { color: rgb(209,100,12); }

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

background-color css

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

 a { background-color: rgb(209,100,12); }

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

border-color css

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

 span { border-color: rgb(209,100,12); }

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