#C14D3A

Color #C14D3A Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C14D3A

Tints of Grenadier #C14D3A

Color information

#C14D3A (or 0xC14D3A) is unknown color: approx Grenadier. HEX triplet: C1, 4D and 3A. RGB value is (193,77,58). Sum of RGB (Red+Green+Blue) = 193+77+58=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D3A is #3EB2C5. Grayscale: #6D6D6D. Windows color (decimal): -4108998 or 3820993. OLE color: 3820993.

HSL color Cylindrical-coordinate representation of color #C14D3A: hue angle of 8.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14D3A is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1937758-
CMYK00.600.700.24
HSL8.44º53.78%49.22%-
HSV(B)8.44º69.95%75.69%-
XYZ25.4116.955.94-
YUV109.5298.93187.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=58.84%
G=23.48%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193775800.600.700.248.4453.7849.22
HexC14D3A03C461883631
Octal3011157207410630106661
Binary11000001100110111101001111001000110110001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D3A; }

 p { color: rgb(193,77,58); }

 H1.HeaderClassName
 {
   color: #C14D3A;
 }
 .AnyTagClassName
 {
   color: #C14D3A;
 }
</style>
background-color css

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

 a { background-color: rgb(193,77,58); }

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

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

 span { border-color: rgb(193,77,58); }

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