Html Css Color HEX #D2610D Tenne (Tawny)

📋 copy color: '#D2610D'

red 210 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #D2610D

Tints of Tenne (Tawny) #D2610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 65.63%
G = 30.31%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2610D (or 0xD2610D) is known color: Tenne (Tawny). HEX triplet: D2, 61 and 0D. RGB value is (210,97,13). Sum of RGB (Red+Green+Blue) = 210+97+13=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2610D is #2D9EF2. Grayscale: #797979. Windows color (decimal): -2989811 or 877010. OLE color: 877010.

HSL color Cylindrical-coordinate representation of color #D2610D: hue angle of 25.58º degrees, saturation: 0.88, 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 #D2610D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 97 13 -
CMYK 0 0.54 0.94 0.18
HSL 25.58º 0.88% 0.44% -
HSV(B) 25.58º 0.94% 0.82% -
XYZ 30.93 22.28 3.05 -
YUV 121.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 210 97 13 0 0.54 0.94 0.18 25.58 0.88 0.44
Hex D2 61 D 0 36 5E 12 1A 58 2C
Octal 322 141 15 0 66 136 22 32 130 54
Binary 11010010 1100001 1101 0 110110 1011110 10010 11010 1011000 101100

Color Harmonies of #D2610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2610D

Black with #D2610D

Text Example


Text Example

White with #D2610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2610D; }

 p { color: rgb(210,97,13); }

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

background-color css

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

 a { background-color: rgb(210,97,13); }

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

border-color css

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

 span { border-color: rgb(210,97,13); }

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