Html Css Color HEX #D95111 Tenne (Tawny)

📋 copy color: '#D95111'

red 217 ◦ green 81 ◦ blue 17

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

Shades of Tenne (Tawny) #D95111

Tints of Tenne (Tawny) #D95111

RGB

 RED value IS 217 (85.16% from 255) = 68.89%

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 68.89%
G = 25.71%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95111 (or 0xD95111) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 11. RGB value is (217,81,17). Sum of RGB (Red+Green+Blue) = 217+81+17=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D95111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95111 is #26AEEE. Grayscale: #727272. Windows color (decimal): -2535151 or 1135065. OLE color: 1135065.

HSL color Cylindrical-coordinate representation of color #D95111: hue angle of 19.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D95111 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 17 -
CMYK 0 0.63 0.92 0.15
HSL 19.2º 0.85% 0.46% -
HSV(B) 19.2º 0.92% 0.85% -
XYZ 31.66 20.68 2.85 -
YUV 114.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 217 81 17 0 0.63 0.92 0.15 19.2 0.85 0.46
Hex D9 51 11 0 3F 5C F 13 55 2E
Octal 331 121 21 0 77 134 17 23 125 56
Binary 11011001 1010001 10001 0 111111 1011100 1111 10011 1010101 101110

Color Harmonies of #D95111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95111

Black with #D95111

Text Example


Text Example

White with #D95111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95111; }

 p { color: rgb(217,81,17); }

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

background-color css

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

 a { background-color: rgb(217,81,17); }

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

border-color css

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

 span { border-color: rgb(217,81,17); }

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