Html Css Color HEX #D2540C Tenne (Tawny)

📋 copy color: '#D2540C'

red 210 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D2540C

Tints of Tenne (Tawny) #D2540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 68.63%
G = 27.45%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2540C (or 0xD2540C) is known color: Tenne (Tawny). HEX triplet: D2, 54 and 0C. RGB value is (210,84,12). Sum of RGB (Red+Green+Blue) = 210+84+12=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2540C is #2DABF3. Grayscale: #717171. Windows color (decimal): -2993140 or 808146. OLE color: 808146.

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

Color convert

RGB 210 84 12 -
CMYK 0 0.6 0.94 0.18
HSL 21.82º 0.89% 0.44% -
HSV(B) 21.82º 0.94% 0.82% -
XYZ 29.82 20.07 2.65 -
YUV 113.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 210 84 12 0 0.6 0.94 0.18 21.82 0.89 0.44
Hex D2 54 C 0 3C 5E 12 16 59 2C
Octal 322 124 14 0 74 136 22 26 131 54
Binary 11010010 1010100 1100 0 111100 1011110 10010 10110 1011001 101100

Color Harmonies of #D2540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2540C

Black with #D2540C

Text Example


Text Example

White with #D2540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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