Html Css Color HEX #D5510F Tenne (Tawny)

📋 copy color: '#D5510F'

red 213 ◦ green 81 ◦ blue 15

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

Shades of Tenne (Tawny) #D5510F

Tints of Tenne (Tawny) #D5510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 68.93%
G = 26.21%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5510F (or 0xD5510F) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 0F. RGB value is (213,81,15). Sum of RGB (Red+Green+Blue) = 213+81+15=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5510F is #2AAEF0. Grayscale: #717171. Windows color (decimal): -2797297 or 1003989. OLE color: 1003989.

HSL color Cylindrical-coordinate representation of color #D5510F: hue angle of 20º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5510F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 15 -
CMYK 0 0.62 0.93 0.16
HSL 20º 0.87% 0.45% -
HSV(B) 20º 0.93% 0.84% -
XYZ 30.47 20.07 2.72 -
YUV 112.94 72.73 199.37 -
System Red Green Blue C M Y K H S L
Decimal 213 81 15 0 0.62 0.93 0.16 20 0.87 0.45
Hex D5 51 F 0 3E 5D 10 14 57 2D
Octal 325 121 17 0 76 135 20 24 127 55
Binary 11010101 1010001 1111 0 111110 1011101 10000 10100 1010111 101101

Color Harmonies of #D5510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5510F

Black with #D5510F

Text Example


Text Example

White with #D5510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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