Html Css Color HEX #D5550D Tenne (Tawny)

📋 copy color: '#D5550D'

red 213 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #D5550D

Tints of Tenne (Tawny) #D5550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 68.49%
G = 27.33%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5550D (or 0xD5550D) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 0D. RGB value is (213,85,13). Sum of RGB (Red+Green+Blue) = 213+85+13=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5550D is #2AAAF2. Grayscale: #737373. Windows color (decimal): -2796275 or 873941. OLE color: 873941.

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

Color convert

RGB 213 85 13 -
CMYK 0 0.60 0.94 0.16
HSL 21.6º 0.88% 0.44% -
HSV(B) 21.6º 0.94% 0.84% -
XYZ 30.76 20.67 2.75 -
YUV 115.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 213 85 13 0 0.60 0.94 0.16 21.6 0.88 0.44
Hex D5 55 D 0 3C 5E 10 16 58 2C
Octal 325 125 15 0 74 136 20 26 130 54
Binary 11010101 1010101 1101 0 111100 1011110 10000 10110 1011000 101100

Color Harmonies of #D5550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5550D

Black with #D5550D

Text Example


Text Example

White with #D5550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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