Html Css Color HEX #D2610C Tenne (Tawny)

📋 copy color: '#D2610C'

red 210 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #D2610C

Tints of Tenne (Tawny) #D2610C

RGB

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

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

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

R = 65.83%
G = 30.41%
B = 3.76%

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

#D2610C (or 0xD2610C) is known color: Tenne (Tawny). HEX triplet: D2, 61 and 0C. RGB value is (210,97,12). Sum of RGB (Red+Green+Blue) = 210+97+12=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2610C is #2D9EF3. Grayscale: #797979. Windows color (decimal): -2989812 or 811474. OLE color: 811474.

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

Color convert

RGB 210 97 12 -
CMYK 0 0.54 0.94 0.18
HSL 25.76º 0.89% 0.44% -
HSV(B) 25.76º 0.94% 0.82% -
XYZ 30.92 22.28 3.02 -
YUV 121.1 66.44 191.41 -
System Red Green Blue C M Y K H S L
Decimal 210 97 12 0 0.54 0.94 0.18 25.76 0.89 0.44
Hex D2 61 C 0 36 5E 12 1A 59 2C
Octal 322 141 14 0 66 136 22 32 131 54
Binary 11010010 1100001 1100 0 110110 1011110 10010 11010 1011001 101100

Color Harmonies of #D2610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2610C

Black with #D2610C

Text Example


Text Example

White with #D2610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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