Html Css Color HEX #D65113 Tenne (Tawny)

📋 copy color: '#D65113'

red 214 ◦ green 81 ◦ blue 19

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

Shades of Tenne (Tawny) #D65113

Tints of Tenne (Tawny) #D65113

RGB

 RED value IS 214 (83.98% from 255) = 68.15%

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

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

R = 68.15%
G = 25.8%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65113 (or 0xD65113) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 13. RGB value is (214,81,19). Sum of RGB (Red+Green+Blue) = 214+81+19=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D65113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65113 is #29AEEC. Grayscale: #727272. Windows color (decimal): -2731757 or 1266134. OLE color: 1266134.

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

Color convert

RGB 214 81 19 -
CMYK 0 0.62 0.91 0.16
HSL 19.08º 0.84% 0.46% -
HSV(B) 19.08º 0.91% 0.84% -
XYZ 30.79 20.23 2.9 -
YUV 113.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 214 81 19 0 0.62 0.91 0.16 19.08 0.84 0.46
Hex D6 51 13 0 3E 5B 10 13 54 2E
Octal 326 121 23 0 76 133 20 23 124 56
Binary 11010110 1010001 10011 0 111110 1011011 10000 10011 1010100 101110

Color Harmonies of #D65113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65113

Black with #D65113

Text Example


Text Example

White with #D65113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65113; }

 p { color: rgb(214,81,19); }

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

background-color css

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

 a { background-color: rgb(214,81,19); }

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

border-color css

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

 span { border-color: rgb(214,81,19); }

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