Html Css Color HEX #D3540F Tenne (Tawny)

📋 copy color: '#D3540F'

red 211 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #D3540F

Tints of Tenne (Tawny) #D3540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 68.06%
G = 27.1%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3540F (or 0xD3540F) is known color: Tenne (Tawny). HEX triplet: D3, 54 and 0F. RGB value is (211,84,15). Sum of RGB (Red+Green+Blue) = 211+84+15=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3540F is #2CABF0. Grayscale: #727272. Windows color (decimal): -2927601 or 1004755. OLE color: 1004755.

HSL color Cylindrical-coordinate representation of color #D3540F: hue angle of 21.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3540F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 84 15 -
CMYK 0 0.60 0.93 0.17
HSL 21.12º 0.87% 0.44% -
HSV(B) 21.12º 0.93% 0.83% -
XYZ 30.12 20.22 2.77 -
YUV 114.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 211 84 15 0 0.60 0.93 0.17 21.12 0.87 0.44
Hex D3 54 F 0 3C 5D 11 15 57 2C
Octal 323 124 17 0 74 135 21 25 127 54
Binary 11010011 1010100 1111 0 111100 1011101 10001 10101 1010111 101100

Color Harmonies of #D3540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3540F

Black with #D3540F

Text Example


Text Example

White with #D3540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3540F; }

 p { color: rgb(211,84,15); }

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

background-color css

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

 a { background-color: rgb(211,84,15); }

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

border-color css

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

 span { border-color: rgb(211,84,15); }

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