Html Css Color HEX #D1550D Tenne (Tawny)

📋 copy color: '#D1550D'

red 209 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #D1550D

Tints of Tenne (Tawny) #D1550D

RGB

 RED value IS 209 (82.03% from 255) = 68.08%

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

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

R = 68.08%
G = 27.69%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1550D (or 0xD1550D) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 0D. RGB value is (209,85,13). Sum of RGB (Red+Green+Blue) = 209+85+13=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1550D is #2EAAF2. Grayscale: #727272. Windows color (decimal): -3058419 or 873937. OLE color: 873937.

HSL color Cylindrical-coordinate representation of color #D1550D: hue angle of 22.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1550D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 13 -
CMYK 0 0.59 0.94 0.18
HSL 22.04º 0.88% 0.44% -
HSV(B) 22.04º 0.94% 0.82% -
XYZ 29.62 20.08 2.7 -
YUV 113.87 71.08 195.85 -
System Red Green Blue C M Y K H S L
Decimal 209 85 13 0 0.59 0.94 0.18 22.04 0.88 0.44
Hex D1 55 D 0 3B 5E 12 16 58 2C
Octal 321 125 15 0 73 136 22 26 130 54
Binary 11010001 1010101 1101 0 111011 1011110 10010 10110 1011000 101100

Color Harmonies of #D1550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1550D

Black with #D1550D

Text Example


Text Example

White with #D1550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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