Html Css Color HEX #D95013 Tenne (Tawny)

📋 copy color: '#D95013'

red 217 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D95013

Tints of Tenne (Tawny) #D95013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 68.67%
G = 25.32%
B = 6.01%

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

#D95013 (or 0xD95013) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 13. RGB value is (217,80,19). Sum of RGB (Red+Green+Blue) = 217+80+19=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D95013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95013 is #26AFEC. Grayscale: #727272. Windows color (decimal): -2535405 or 1265881. OLE color: 1265881.

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

Color convert

RGB 217 80 19 -
CMYK 0 0.63 0.91 0.15
HSL 18.48º 0.84% 0.46% -
HSV(B) 18.48º 0.91% 0.85% -
XYZ 31.6 20.54 2.91 -
YUV 114.01 74.39 201.46 -
System Red Green Blue C M Y K H S L
Decimal 217 80 19 0 0.63 0.91 0.15 18.48 0.84 0.46
Hex D9 50 13 0 3F 5B F 12 54 2E
Octal 331 120 23 0 77 133 17 22 124 56
Binary 11011001 1010000 10011 0 111111 1011011 1111 10010 1010100 101110

Color Harmonies of #D95013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95013

Black with #D95013

Text Example


Text Example

White with #D95013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95013; }

 p { color: rgb(217,80,19); }

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

background-color css

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

 a { background-color: rgb(217,80,19); }

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

border-color css

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

 span { border-color: rgb(217,80,19); }

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