Html Css Color HEX #D3510D Tenne (Tawny)

📋 copy color: '#D3510D'

red 211 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D3510D

Tints of Tenne (Tawny) #D3510D

RGB

 RED value IS 211 (82.81% from 255) = 69.18%

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

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

R = 69.18%
G = 26.56%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3510D (or 0xD3510D) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 0D. RGB value is (211,81,13). Sum of RGB (Red+Green+Blue) = 211+81+13=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3510D is #2CAEF2. Grayscale: #707070. Windows color (decimal): -2928371 or 872915. OLE color: 872915.

HSL color Cylindrical-coordinate representation of color #D3510D: hue angle of 20.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3510D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 13 -
CMYK 0 0.62 0.94 0.17
HSL 20.61º 0.88% 0.44% -
HSV(B) 20.61º 0.94% 0.83% -
XYZ 29.88 19.76 2.62 -
YUV 112.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 211 81 13 0 0.62 0.94 0.17 20.61 0.88 0.44
Hex D3 51 D 0 3E 5E 11 15 58 2C
Octal 323 121 15 0 76 136 21 25 130 54
Binary 11010011 1010001 1101 0 111110 1011110 10001 10101 1011000 101100

Color Harmonies of #D3510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3510D

Black with #D3510D

Text Example


Text Example

White with #D3510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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