Html Css Color HEX #D74B14 Tenne (Tawny)

📋 copy color: '#D74B14'

red 215 ◦ green 75 ◦ blue 20

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

Shades of Tenne (Tawny) #D74B14

Tints of Tenne (Tawny) #D74B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 69.35%
G = 24.19%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74B14 (or 0xD74B14) is known color: Tenne (Tawny). HEX triplet: D7, 4B and 14. RGB value is (215,75,20). Sum of RGB (Red+Green+Blue) = 215+75+20=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74B14 is #28B4EB. Grayscale: #6E6E6E. Windows color (decimal): -2667756 or 1330135. OLE color: 1330135.

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

Color convert

RGB 215 75 20 -
CMYK 0 0.65 0.91 0.16
HSL 16.92º 0.83% 0.46% -
HSV(B) 16.92º 0.91% 0.84% -
XYZ 30.67 19.53 2.82 -
YUV 110.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 215 75 20 0 0.65 0.91 0.16 16.92 0.83 0.46
Hex D7 4B 14 0 41 5B 10 11 53 2E
Octal 327 113 24 0 101 133 20 21 123 56
Binary 11010111 1001011 10100 0 1000001 1011011 10000 10001 1010011 101110

Color Harmonies of #D74B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B14

Black with #D74B14

Text Example


Text Example

White with #D74B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B14; }

 p { color: rgb(215,75,20); }

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

background-color css

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

 a { background-color: rgb(215,75,20); }

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

border-color css

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

 span { border-color: rgb(215,75,20); }

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