Html Css Color HEX #D14100 Tenne (Tawny)

📋 copy color: '#D14100'

red 209 ◦ green 65 ◦ blue 0

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

Shades of Tenne (Tawny) #D14100

Tints of Tenne (Tawny) #D14100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.28%
G = 23.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14100 (or 0xD14100) is known color: Tenne (Tawny). HEX triplet: D1, 41 and 00. RGB value is (209,65,0). Sum of RGB (Red+Green+Blue) = 209+65+0=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D14100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14100 is #2EBEFF. Grayscale: #656565. Windows color (decimal): -3063552 or 16849. OLE color: 16849.

HSL color Cylindrical-coordinate representation of color #D14100: hue angle of 18.66º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 0 -
CMYK 0 0.69 1 0.18
HSL 18.66º 1% 0.41% -
HSV(B) 18.66º 1% 0.82% -
XYZ 28.18 17.34 1.86 -
YUV 100.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 209 65 0 0 0.69 1 0.18 18.66 1 0.41
Hex D1 41 0 0 45 64 12 13 64 29
Octal 321 101 0 0 105 144 22 23 144 51
Binary 11010001 1000001 0 0 1000101 1100100 10010 10011 1100100 101001

Color Harmonies of #D14100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14100

Black with #D14100

Text Example


Text Example

White with #D14100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14100; }

 p { color: rgb(209,65,0); }

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

background-color css

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

 a { background-color: rgb(209,65,0); }

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

border-color css

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

 span { border-color: rgb(209,65,0); }

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