Html Css Color HEX #D95114 Tenne (Tawny)

📋 copy color: '#D95114'

red 217 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #D95114

Tints of Tenne (Tawny) #D95114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 68.24%
G = 25.47%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95114 (or 0xD95114) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 14. RGB value is (217,81,20). Sum of RGB (Red+Green+Blue) = 217+81+20=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D95114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95114 is #26AEEB. Grayscale: #737373. Windows color (decimal): -2535148 or 1331673. OLE color: 1331673.

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

Color convert

RGB 217 81 20 -
CMYK 0 0.63 0.91 0.15
HSL 18.58º 0.83% 0.46% -
HSV(B) 18.58º 0.91% 0.85% -
XYZ 31.68 20.69 2.98 -
YUV 114.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 217 81 20 0 0.63 0.91 0.15 18.58 0.83 0.46
Hex D9 51 14 0 3F 5B F 13 53 2E
Octal 331 121 24 0 77 133 17 23 123 56
Binary 11011001 1010001 10100 0 111111 1011011 1111 10011 1010011 101110

Color Harmonies of #D95114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95114

Black with #D95114

Text Example


Text Example

White with #D95114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95114; }

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

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

background-color css

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

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

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

border-color css

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

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

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