Html Css Color HEX #D95105 Tenne (Tawny)

📋 copy color: '#D95105'

red 217 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #D95105

Tints of Tenne (Tawny) #D95105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 71.62%
G = 26.73%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D95105 (or 0xD95105) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 05. RGB value is (217,81,5). Sum of RGB (Red+Green+Blue) = 217+81+5=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D95105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95105 is #26AEFA. Grayscale: #717171. Windows color (decimal): -2535163 or 348633. OLE color: 348633.

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

Color convert

RGB 217 81 5 -
CMYK 0 0.63 0.98 0.15
HSL 21.51º 0.95% 0.44% -
HSV(B) 21.51º 0.98% 0.85% -
XYZ 31.59 20.65 2.46 -
YUV 113 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 217 81 5 0 0.63 0.98 0.15 21.51 0.95 0.44
Hex D9 51 5 0 3F 62 F 16 5F 2C
Octal 331 121 5 0 77 142 17 26 137 54
Binary 11011001 1010001 101 0 111111 1100010 1111 10110 1011111 101100

Color Harmonies of #D95105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95105

Black with #D95105

Text Example


Text Example

White with #D95105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95105; }

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

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

background-color css

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

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

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

border-color css

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

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

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