Html Css Color HEX #D1490D Tenne (Tawny)

📋 copy color: '#D1490D'

red 209 ◦ green 73 ◦ blue 13

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

Shades of Tenne (Tawny) #D1490D

Tints of Tenne (Tawny) #D1490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 70.85%
G = 24.75%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1490D (or 0xD1490D) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 0D. RGB value is (209,73,13). Sum of RGB (Red+Green+Blue) = 209+73+13=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1490D is #2EB6F2. Grayscale: #6B6B6B. Windows color (decimal): -3061491 or 870865. OLE color: 870865.

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

Color convert

RGB 209 73 13 -
CMYK 0 0.65 0.94 0.18
HSL 18.37º 0.88% 0.44% -
HSV(B) 18.37º 0.94% 0.82% -
XYZ 28.75 18.35 2.41 -
YUV 106.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 209 73 13 0 0.65 0.94 0.18 18.37 0.88 0.44
Hex D1 49 D 0 41 5E 12 12 58 2C
Octal 321 111 15 0 101 136 22 22 130 54
Binary 11010001 1001001 1101 0 1000001 1011110 10010 10010 1011000 101100

Color Harmonies of #D1490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1490D

Black with #D1490D

Text Example


Text Example

White with #D1490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1490D; }

 p { color: rgb(209,73,13); }

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

background-color css

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

 a { background-color: rgb(209,73,13); }

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

border-color css

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

 span { border-color: rgb(209,73,13); }

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