Html Css Color HEX #D1550C Tenne (Tawny)

📋 copy color: '#D1550C'

red 209 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #D1550C

Tints of Tenne (Tawny) #D1550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 68.3%
G = 27.78%
B = 3.92%

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

#D1550C (or 0xD1550C) is known color: Tenne (Tawny). HEX triplet: D1, 55 and 0C. RGB value is (209,85,12). Sum of RGB (Red+Green+Blue) = 209+85+12=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1550C is #2EAAF3. Grayscale: #727272. Windows color (decimal): -3058420 or 808401. OLE color: 808401.

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

Color convert

RGB 209 85 12 -
CMYK 0 0.59 0.94 0.18
HSL 22.23º 0.89% 0.43% -
HSV(B) 22.23º 0.94% 0.82% -
XYZ 29.61 20.08 2.66 -
YUV 113.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 209 85 12 0 0.59 0.94 0.18 22.23 0.89 0.43
Hex D1 55 C 0 3B 5E 12 16 59 2B
Octal 321 125 14 0 73 136 22 26 131 53
Binary 11010001 1010101 1100 0 111011 1011110 10010 10110 1011001 101011

Color Harmonies of #D1550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1550C

Black with #D1550C

Text Example


Text Example

White with #D1550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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