Html Css Color HEX #D34F14 Tenne (Tawny)

📋 copy color: '#D34F14'

red 211 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #D34F14

Tints of Tenne (Tawny) #D34F14

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

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

R = 68.06%
G = 25.48%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D34F14 (or 0xD34F14) is known color: Tenne (Tawny). HEX triplet: D3, 4F and 14. RGB value is (211,79,20). Sum of RGB (Red+Green+Blue) = 211+79+20=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34F14 is #2CB0EB. Grayscale: #707070. Windows color (decimal): -2928876 or 1331155. OLE color: 1331155.

HSL color Cylindrical-coordinate representation of color #D34F14: hue angle of 18.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D34F14 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 79 20 -
CMYK 0 0.63 0.91 0.17
HSL 18.53º 0.83% 0.45% -
HSV(B) 18.53º 0.91% 0.83% -
XYZ 29.79 19.49 2.85 -
YUV 111.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 211 79 20 0 0.63 0.91 0.17 18.53 0.83 0.45
Hex D3 4F 14 0 3F 5B 11 13 53 2D
Octal 323 117 24 0 77 133 21 23 123 55
Binary 11010011 1001111 10100 0 111111 1011011 10001 10011 1010011 101101

Color Harmonies of #D34F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F14

Black with #D34F14

Text Example


Text Example

White with #D34F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F14; }

 p { color: rgb(211,79,20); }

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

background-color css

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

 a { background-color: rgb(211,79,20); }

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

border-color css

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

 span { border-color: rgb(211,79,20); }

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