Html Css Color HEX #D5510D Tenne (Tawny)

📋 copy color: '#D5510D'

red 213 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D5510D

Tints of Tenne (Tawny) #D5510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 69.38%
G = 26.38%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5510D (or 0xD5510D) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 0D. RGB value is (213,81,13). Sum of RGB (Red+Green+Blue) = 213+81+13=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5510D is #2AAEF2. Grayscale: #717171. Windows color (decimal): -2797299 or 872917. OLE color: 872917.

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

Color convert

RGB 213 81 13 -
CMYK 0 0.62 0.94 0.16
HSL 20.4º 0.88% 0.44% -
HSV(B) 20.4º 0.94% 0.84% -
XYZ 30.46 20.06 2.65 -
YUV 112.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 213 81 13 0 0.62 0.94 0.16 20.4 0.88 0.44
Hex D5 51 D 0 3E 5E 10 14 58 2C
Octal 325 121 15 0 76 136 20 24 130 54
Binary 11010101 1010001 1101 0 111110 1011110 10000 10100 1011000 101100

Color Harmonies of #D5510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5510D

Black with #D5510D

Text Example


Text Example

White with #D5510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5510D; }

 p { color: rgb(213,81,13); }

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

background-color css

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

 a { background-color: rgb(213,81,13); }

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

border-color css

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

 span { border-color: rgb(213,81,13); }

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