Html Css Color HEX #C55111 Tenne (Tawny)

📋 copy color: '#C55111'

red 197 ◦ green 81 ◦ blue 17

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

Shades of Tenne (Tawny) #C55111

Tints of Tenne (Tawny) #C55111

RGB

 RED value IS 197 (77.34% from 255) = 66.78%

 GREEN value IS 81 (32.03% from 255) = 27.46%

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 66.78%
G = 27.46%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55111 (or 0xC55111) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 11. RGB value is (197,81,17). Sum of RGB (Red+Green+Blue) = 197+81+17=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C55111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55111 is #3AAEEE. Grayscale: #6C6C6C. Windows color (decimal): -3845871 or 1135045. OLE color: 1135045.

HSL color Cylindrical-coordinate representation of color #C55111: hue angle of 21.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55111 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 17 -
CMYK 0 0.59 0.91 0.23
HSL 21.33º 0.84% 0.42% -
HSV(B) 21.33º 0.91% 0.77% -
XYZ 26.07 17.8 2.59 -
YUV 108.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 197 81 17 0 0.59 0.91 0.23 21.33 0.84 0.42
Hex C5 51 11 0 3B 5B 17 15 54 2A
Octal 305 121 21 0 73 133 27 25 124 52
Binary 11000101 1010001 10001 0 111011 1011011 10111 10101 1010100 101010

Color Harmonies of #C55111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55111

Black with #C55111

Text Example


Text Example

White with #C55111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55111; }

 p { color: rgb(197,81,17); }

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

background-color css

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

 a { background-color: rgb(197,81,17); }

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

border-color css

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

 span { border-color: rgb(197,81,17); }

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