Html Css Color HEX #D5610A Tenne (Tawny)

📋 copy color: '#D5610A'

red 213 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #D5610A

Tints of Tenne (Tawny) #D5610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 66.56%
G = 30.31%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5610A (or 0xD5610A) is known color: Tenne (Tawny). HEX triplet: D5, 61 and 0A. RGB value is (213,97,10). Sum of RGB (Red+Green+Blue) = 213+97+10=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5610A is #2A9EF5. Grayscale: #7A7A7A. Windows color (decimal): -2793206 or 680405. OLE color: 680405.

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

Color convert

RGB 213 97 10 -
CMYK 0 0.54 0.95 0.16
HSL 25.71º 0.91% 0.44% -
HSV(B) 25.71º 0.95% 0.84% -
XYZ 31.77 22.72 3 -
YUV 121.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 213 97 10 0 0.54 0.95 0.16 25.71 0.91 0.44
Hex D5 61 A 0 36 5F 10 1A 5B 2C
Octal 325 141 12 0 66 137 20 32 133 54
Binary 11010101 1100001 1010 0 110110 1011111 10000 11010 1011011 101100

Color Harmonies of #D5610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5610A

Black with #D5610A

Text Example


Text Example

White with #D5610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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