Html Css Color HEX #D2540E Tenne (Tawny)

📋 copy color: '#D2540E'

red 210 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #D2540E

Tints of Tenne (Tawny) #D2540E

RGB

 RED value IS 210 (82.42% from 255) = 68.18%

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 68.18%
G = 27.27%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2540E (or 0xD2540E) is known color: Tenne (Tawny). HEX triplet: D2, 54 and 0E. RGB value is (210,84,14). Sum of RGB (Red+Green+Blue) = 210+84+14=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2540E is #2DABF1. Grayscale: #727272. Windows color (decimal): -2993138 or 939218. OLE color: 939218.

HSL color Cylindrical-coordinate representation of color #D2540E: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2540E is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 14 -
CMYK 0 0.6 0.93 0.18
HSL 21.43º 0.88% 0.44% -
HSV(B) 21.43º 0.93% 0.82% -
XYZ 29.83 20.07 2.72 -
YUV 113.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 210 84 14 0 0.6 0.93 0.18 21.43 0.88 0.44
Hex D2 54 E 0 3C 5D 12 15 58 2C
Octal 322 124 16 0 74 135 22 25 130 54
Binary 11010010 1010100 1110 0 111100 1011101 10010 10101 1011000 101100

Color Harmonies of #D2540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2540E

Black with #D2540E

Text Example


Text Example

White with #D2540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2540E; }

 p { color: rgb(210,84,14); }

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

background-color css

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

 a { background-color: rgb(210,84,14); }

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

border-color css

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

 span { border-color: rgb(210,84,14); }

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