Html Css Color HEX #D1550F Tenne (Tawny)

📋 copy color: '#D1550F'

red 209 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #D1550F

Tints of Tenne (Tawny) #D1550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 67.64%
G = 27.51%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1550F (or 0xD1550F) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 0F. RGB value is (209,85,15). Sum of RGB (Red+Green+Blue) = 209+85+15=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1550F is #2EAAF0. Grayscale: #727272. Windows color (decimal): -3058417 or 1005009. OLE color: 1005009.

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

Color convert

RGB 209 85 15 -
CMYK 0 0.59 0.93 0.18
HSL 21.65º 0.87% 0.44% -
HSV(B) 21.65º 0.93% 0.82% -
XYZ 29.63 20.09 2.77 -
YUV 114.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 209 85 15 0 0.59 0.93 0.18 21.65 0.87 0.44
Hex D1 55 F 0 3B 5D 12 16 57 2C
Octal 321 125 17 0 73 135 22 26 127 54
Binary 11010001 1010101 1111 0 111011 1011101 10010 10110 1010111 101100

Color Harmonies of #D1550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1550F

Black with #D1550F

Text Example


Text Example

White with #D1550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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