Html Css Color HEX #D75116 Tenne (Tawny)

📋 copy color: '#D75116'

red 215 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D75116

Tints of Tenne (Tawny) #D75116

RGB

 RED value IS 215 (84.38% from 255) = 67.61%

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

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 67.61%
G = 25.47%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75116 (or 0xD75116) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 16. RGB value is (215,81,22). Sum of RGB (Red+Green+Blue) = 215+81+22=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75116 is #28AEE9. Grayscale: #727272. Windows color (decimal): -2666218 or 1462743. OLE color: 1462743.

HSL color Cylindrical-coordinate representation of color #D75116: hue angle of 18.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D75116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 22 -
CMYK 0 0.62 0.90 0.16
HSL 18.34º 0.81% 0.46% -
HSV(B) 18.34º 0.9% 0.84% -
XYZ 31.11 20.39 3.05 -
YUV 114.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 215 81 22 0 0.62 0.90 0.16 18.34 0.81 0.46
Hex D7 51 16 0 3E 5A 10 12 51 2E
Octal 327 121 26 0 76 132 20 22 121 56
Binary 11010111 1010001 10110 0 111110 1011010 10000 10010 1010001 101110

Color Harmonies of #D75116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75116

Black with #D75116

Text Example


Text Example

White with #D75116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75116; }

 p { color: rgb(215,81,22); }

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

background-color css

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

 a { background-color: rgb(215,81,22); }

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

border-color css

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

 span { border-color: rgb(215,81,22); }

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