Html Css Color HEX #D74D13 Tenne (Tawny)

📋 copy color: '#D74D13'

red 215 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #D74D13

Tints of Tenne (Tawny) #D74D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

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

R = 69.13%
G = 24.76%
B = 6.11%

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

#D74D13 (or 0xD74D13) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 13. RGB value is (215,77,19). Sum of RGB (Red+Green+Blue) = 215+77+19=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D13 is #28B2EC. Grayscale: #707070. Windows color (decimal): -2667245 or 1265111. OLE color: 1265111.

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

Color convert

RGB 215 77 19 -
CMYK 0 0.64 0.91 0.16
HSL 17.76º 0.84% 0.46% -
HSV(B) 17.76º 0.91% 0.84% -
XYZ 30.8 19.8 2.82 -
YUV 111.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 215 77 19 0 0.64 0.91 0.16 17.76 0.84 0.46
Hex D7 4D 13 0 40 5B 10 12 54 2E
Octal 327 115 23 0 100 133 20 22 124 56
Binary 11010111 1001101 10011 0 1000000 1011011 10000 10010 1010100 101110

Color Harmonies of #D74D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D13

Black with #D74D13

Text Example


Text Example

White with #D74D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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