Html Css Color HEX #D7550D Tenne (Tawny)

📋 copy color: '#D7550D'

red 215 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #D7550D

Tints of Tenne (Tawny) #D7550D

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

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

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

R = 68.69%
G = 27.16%
B = 4.15%

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

#D7550D (or 0xD7550D) is known color: Tenne (Tawny). HEX triplet: D7, 55 and 0D. RGB value is (215,85,13). Sum of RGB (Red+Green+Blue) = 215+85+13=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7550D is #28AAF2. Grayscale: #747474. Windows color (decimal): -2665203 or 873943. OLE color: 873943.

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

Color convert

RGB 215 85 13 -
CMYK 0 0.60 0.94 0.16
HSL 21.39º 0.89% 0.45% -
HSV(B) 21.39º 0.94% 0.84% -
XYZ 31.35 20.97 2.78 -
YUV 115.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 215 85 13 0 0.60 0.94 0.16 21.39 0.89 0.45
Hex D7 55 D 0 3C 5E 10 15 59 2D
Octal 327 125 15 0 74 136 20 25 131 55
Binary 11010111 1010101 1101 0 111100 1011110 10000 10101 1011001 101101

Color Harmonies of #D7550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7550D

Black with #D7550D

Text Example


Text Example

White with #D7550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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