Html Css Color HEX #D1480E Tenne (Tawny)

📋 copy color: '#D1480E'

red 209 ◦ green 72 ◦ blue 14

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

Shades of Tenne (Tawny) #D1480E

Tints of Tenne (Tawny) #D1480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 70.85%
G = 24.41%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1480E (or 0xD1480E) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 0E. RGB value is (209,72,14). Sum of RGB (Red+Green+Blue) = 209+72+14=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1480E is #2EB7F1. Grayscale: #6A6A6A. Windows color (decimal): -3061746 or 936145. OLE color: 936145.

HSL color Cylindrical-coordinate representation of color #D1480E: hue angle of 17.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1480E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 14 -
CMYK 0 0.66 0.93 0.18
HSL 17.85º 0.87% 0.44% -
HSV(B) 17.85º 0.93% 0.82% -
XYZ 28.69 18.22 2.42 -
YUV 106.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 209 72 14 0 0.66 0.93 0.18 17.85 0.87 0.44
Hex D1 48 E 0 42 5D 12 12 57 2C
Octal 321 110 16 0 102 135 22 22 127 54
Binary 11010001 1001000 1110 0 1000010 1011101 10010 10010 1010111 101100

Color Harmonies of #D1480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1480E

Black with #D1480E

Text Example


Text Example

White with #D1480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1480E; }

 p { color: rgb(209,72,14); }

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

background-color css

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

 a { background-color: rgb(209,72,14); }

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

border-color css

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

 span { border-color: rgb(209,72,14); }

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