Html Css Color HEX #D95413 Tenne (Tawny)

📋 copy color: '#D95413'

red 217 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #D95413

Tints of Tenne (Tawny) #D95413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 67.81%
G = 26.25%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95413 (or 0xD95413) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 13. RGB value is (217,84,19). Sum of RGB (Red+Green+Blue) = 217+84+19=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95413 is #26ABEC. Grayscale: #747474. Windows color (decimal): -2534381 or 1266905. OLE color: 1266905.

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

Color convert

RGB 217 84 19 -
CMYK 0 0.61 0.91 0.15
HSL 19.7º 0.84% 0.46% -
HSV(B) 19.7º 0.91% 0.85% -
XYZ 31.9 21.14 3.01 -
YUV 116.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 217 84 19 0 0.61 0.91 0.15 19.7 0.84 0.46
Hex D9 54 13 0 3D 5B F 14 54 2E
Octal 331 124 23 0 75 133 17 24 124 56
Binary 11011001 1010100 10011 0 111101 1011011 1111 10100 1010100 101110

Color Harmonies of #D95413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95413

Black with #D95413

Text Example


Text Example

White with #D95413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95413; }

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

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

background-color css

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

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

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

border-color css

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

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

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