Html Css Color HEX #D5510A Tenne (Tawny)

📋 copy color: '#D5510A'

red 213 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #D5510A

Tints of Tenne (Tawny) #D5510A

RGB

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

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

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

R = 70.07%
G = 26.64%
B = 3.29%

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

#D5510A (or 0xD5510A) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 0A. RGB value is (213,81,10). Sum of RGB (Red+Green+Blue) = 213+81+10=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D5510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5510A is #2AAEF5. Grayscale: #707070. Windows color (decimal): -2797302 or 676309. OLE color: 676309.

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

Color convert

RGB 213 81 10 -
CMYK 0 0.62 0.95 0.16
HSL 20.99º 0.91% 0.44% -
HSV(B) 20.99º 0.95% 0.84% -
XYZ 30.44 20.05 2.55 -
YUV 112.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 213 81 10 0 0.62 0.95 0.16 20.99 0.91 0.44
Hex D5 51 A 0 3E 5F 10 15 5B 2C
Octal 325 121 12 0 76 137 20 25 133 54
Binary 11010101 1010001 1010 0 111110 1011111 10000 10101 1011011 101100

Color Harmonies of #D5510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5510A

Black with #D5510A

Text Example


Text Example

White with #D5510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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