Html Css Color HEX #D5510B Tenne (Tawny)

📋 copy color: '#D5510B'

red 213 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #D5510B

Tints of Tenne (Tawny) #D5510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 69.84%
G = 26.56%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5510B (or 0xD5510B) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 0B. RGB value is (213,81,11). Sum of RGB (Red+Green+Blue) = 213+81+11=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5510B is #2AAEF4. Grayscale: #707070. Windows color (decimal): -2797301 or 741845. OLE color: 741845.

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

Color convert

RGB 213 81 11 -
CMYK 0 0.62 0.95 0.16
HSL 20.79º 0.9% 0.44% -
HSV(B) 20.79º 0.95% 0.84% -
XYZ 30.44 20.06 2.58 -
YUV 112.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 213 81 11 0 0.62 0.95 0.16 20.79 0.9 0.44
Hex D5 51 B 0 3E 5F 10 15 5A 2C
Octal 325 121 13 0 76 137 20 25 132 54
Binary 11010101 1010001 1011 0 111110 1011111 10000 10101 1011010 101100

Color Harmonies of #D5510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5510B

Black with #D5510B

Text Example


Text Example

White with #D5510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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