Html Css Color HEX #D74F11 Tenne (Tawny)

📋 copy color: '#D74F11'

red 215 ◦ green 79 ◦ blue 17

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

Shades of Tenne (Tawny) #D74F11

Tints of Tenne (Tawny) #D74F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 69.13%
G = 25.4%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D74F11 (or 0xD74F11) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 11. RGB value is (215,79,17). Sum of RGB (Red+Green+Blue) = 215+79+17=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F11 is #28B0EE. Grayscale: #707070. Windows color (decimal): -2666735 or 1134551. OLE color: 1134551.

HSL color Cylindrical-coordinate representation of color #D74F11: hue angle of 18.79º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D74F11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 17 -
CMYK 0 0.63 0.92 0.16
HSL 18.79º 0.85% 0.45% -
HSV(B) 18.79º 0.92% 0.84% -
XYZ 30.92 20.08 2.78 -
YUV 112.6 74.06 201.04 -
System Red Green Blue C M Y K H S L
Decimal 215 79 17 0 0.63 0.92 0.16 18.79 0.85 0.45
Hex D7 4F 11 0 3F 5C 10 13 55 2D
Octal 327 117 21 0 77 134 20 23 125 55
Binary 11010111 1001111 10001 0 111111 1011100 10000 10011 1010101 101101

Color Harmonies of #D74F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F11

Black with #D74F11

Text Example


Text Example

White with #D74F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F11; }

 p { color: rgb(215,79,17); }

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

background-color css

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

 a { background-color: rgb(215,79,17); }

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

border-color css

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

 span { border-color: rgb(215,79,17); }

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