Html Css Color HEX #D95112 Tenne (Tawny)

📋 copy color: '#D95112'

red 217 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #D95112

Tints of Tenne (Tawny) #D95112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 68.67%
G = 25.63%
B = 5.7%

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

#D95112 (or 0xD95112) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 12. RGB value is (217,81,18). Sum of RGB (Red+Green+Blue) = 217+81+18=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D95112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95112 is #26AEED. Grayscale: #727272. Windows color (decimal): -2535150 or 1200601. OLE color: 1200601.

HSL color Cylindrical-coordinate representation of color #D95112: hue angle of 18.99º 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 #D95112 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 18 -
CMYK 0 0.63 0.92 0.15
HSL 18.99º 0.85% 0.46% -
HSV(B) 18.99º 0.92% 0.85% -
XYZ 31.67 20.68 2.89 -
YUV 114.48 73.56 201.12 -
System Red Green Blue C M Y K H S L
Decimal 217 81 18 0 0.63 0.92 0.15 18.99 0.85 0.46
Hex D9 51 12 0 3F 5C F 13 55 2E
Octal 331 121 22 0 77 134 17 23 125 56
Binary 11011001 1010001 10010 0 111111 1011100 1111 10011 1010101 101110

Color Harmonies of #D95112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95112

Black with #D95112

Text Example


Text Example

White with #D95112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95112; }

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

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

background-color css

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

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

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

border-color css

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

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

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