Html Css Color HEX #C55139 Grenadier

📋 copy color: '#C55139'

red 197 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #C55139

Tints of Grenadier #C55139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 58.81%
G = 24.18%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C55139 (or 0xC55139) is known color: Grenadier. HEX triplet: C5, 51 and 39. RGB value is (197,81,57). Sum of RGB (Red+Green+Blue) = 197+81+57=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55139 is #3AAEC6. Grayscale: #717171. Windows color (decimal): -3845831 or 3756485. OLE color: 3756485.

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

Color convert

RGB 197 81 57 -
CMYK 0 0.59 0.71 0.23
HSL 10.29º 0.55% 0.5% -
HSV(B) 10.29º 0.71% 0.77% -
XYZ 26.71 18.05 5.95 -
YUV 112.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 197 81 57 0 0.59 0.71 0.23 10.29 0.55 0.5
Hex C5 51 39 0 3B 47 17 A 37 32
Octal 305 121 71 0 73 107 27 12 67 62
Binary 11000101 1010001 111001 0 111011 1000111 10111 1010 110111 110010

Color Harmonies of #C55139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55139

Black with #C55139

Text Example


Text Example

White with #C55139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55139; }

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

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

background-color css

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

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

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

border-color css

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

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

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