Html Css Color HEX #D5610C Tenne (Tawny)

📋 copy color: '#D5610C'

red 213 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #D5610C

Tints of Tenne (Tawny) #D5610C

RGB

 RED value IS 213 (83.59% from 255) = 66.15%

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

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

R = 66.15%
G = 30.12%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5610C (or 0xD5610C) is known color: Tenne (Tawny). HEX triplet: D5, 61 and 0C. RGB value is (213,97,12). Sum of RGB (Red+Green+Blue) = 213+97+12=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5610C is #2A9EF3. Grayscale: #7A7A7A. Windows color (decimal): -2793204 or 811477. OLE color: 811477.

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

Color convert

RGB 213 97 12 -
CMYK 0 0.54 0.94 0.16
HSL 25.37º 0.89% 0.44% -
HSV(B) 25.37º 0.94% 0.84% -
XYZ 31.78 22.72 3.06 -
YUV 121.99 65.93 192.91 -
System Red Green Blue C M Y K H S L
Decimal 213 97 12 0 0.54 0.94 0.16 25.37 0.89 0.44
Hex D5 61 C 0 36 5E 10 19 59 2C
Octal 325 141 14 0 66 136 20 31 131 54
Binary 11010101 1100001 1100 0 110110 1011110 10000 11001 1011001 101100

Color Harmonies of #D5610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5610C

Black with #D5610C

Text Example


Text Example

White with #D5610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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