Html Css Color HEX #D1550E Tenne (Tawny)

📋 copy color: '#D1550E'

red 209 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #D1550E

Tints of Tenne (Tawny) #D1550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 67.86%
G = 27.6%
B = 4.55%

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

#D1550E (or 0xD1550E) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 0E. RGB value is (209,85,14). Sum of RGB (Red+Green+Blue) = 209+85+14=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1550E is #2EAAF1. Grayscale: #727272. Windows color (decimal): -3058418 or 939473. OLE color: 939473.

HSL color Cylindrical-coordinate representation of color #D1550E: hue angle of 21.85º 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 #D1550E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 14 -
CMYK 0 0.59 0.93 0.18
HSL 21.85º 0.87% 0.44% -
HSV(B) 21.85º 0.93% 0.82% -
XYZ 29.62 20.08 2.73 -
YUV 113.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 209 85 14 0 0.59 0.93 0.18 21.85 0.87 0.44
Hex D1 55 E 0 3B 5D 12 16 57 2C
Octal 321 125 16 0 73 135 22 26 127 54
Binary 11010001 1010101 1110 0 111011 1011101 10010 10110 1010111 101100

Color Harmonies of #D1550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1550E

Black with #D1550E

Text Example


Text Example

White with #D1550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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