Html Css Color HEX #D34701 Tenne (Tawny)

📋 copy color: '#D34701'

red 211 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #D34701

Tints of Tenne (Tawny) #D34701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 74.56%
G = 25.09%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D34701 (or 0xD34701) is known color: Tenne (Tawny). HEX triplet: D3, 47 and 01. RGB value is (211,71,1). Sum of RGB (Red+Green+Blue) = 211+71+1=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D34701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34701 is #2CB8FE. Grayscale: #696969. Windows color (decimal): -2930943 or 83923. OLE color: 83923.

HSL color Cylindrical-coordinate representation of color #D34701: hue angle of 20º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D34701 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 1 -
CMYK 0 0.66 1.00 0.17
HSL 20º 0.99% 0.42% -
HSV(B) 20º 1% 0.83% -
XYZ 29.12 18.36 2.04 -
YUV 104.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 211 71 1 0 0.66 1.00 0.17 20 0.99 0.42
Hex D3 47 1 0 42 64 11 14 63 2A
Octal 323 107 1 0 102 144 21 24 143 52
Binary 11010011 1000111 1 0 1000010 1100100 10001 10100 1100011 101010

Color Harmonies of #D34701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34701

Black with #D34701

Text Example


Text Example

White with #D34701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34701; }

 p { color: rgb(211,71,1); }

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

background-color css

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

 a { background-color: rgb(211,71,1); }

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

border-color css

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

 span { border-color: rgb(211,71,1); }

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