Html Css Color HEX #D74E13 Tenne (Tawny)

📋 copy color: '#D74E13'

red 215 ◦ green 78 ◦ blue 19

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

Shades of Tenne (Tawny) #D74E13

Tints of Tenne (Tawny) #D74E13

RGB

 RED value IS 215 (84.38% from 255) = 68.91%

 GREEN value IS 78 (30.86% from 255) = 25%

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

R = 68.91%
G = 25%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74E13 (or 0xD74E13) is known color: Tenne (Tawny). HEX triplet: D7, 4E and 13. RGB value is (215,78,19). Sum of RGB (Red+Green+Blue) = 215+78+19=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74E13 is #28B1EC. Grayscale: #707070. Windows color (decimal): -2666989 or 1265367. OLE color: 1265367.

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

Color convert

RGB 215 78 19 -
CMYK 0 0.64 0.91 0.16
HSL 18.06º 0.84% 0.46% -
HSV(B) 18.06º 0.91% 0.84% -
XYZ 30.87 19.94 2.84 -
YUV 112.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 215 78 19 0 0.64 0.91 0.16 18.06 0.84 0.46
Hex D7 4E 13 0 40 5B 10 12 54 2E
Octal 327 116 23 0 100 133 20 22 124 56
Binary 11010111 1001110 10011 0 1000000 1011011 10000 10010 1010100 101110

Color Harmonies of #D74E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E13

Black with #D74E13

Text Example


Text Example

White with #D74E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E13; }

 p { color: rgb(215,78,19); }

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

background-color css

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

 a { background-color: rgb(215,78,19); }

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

border-color css

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

 span { border-color: rgb(215,78,19); }

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