#C14C3E

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

Shades of Grenadier #C14C3E

Tints of Grenadier #C14C3E

Color information

#C14C3E (or 0xC14C3E) is unknown color: approx Grenadier. HEX triplet: C1, 4C and 3E. RGB value is (193,76,62). Sum of RGB (Red+Green+Blue) = 193+76+62=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C3E is #3EB3C1. Grayscale: #6D6D6D. Windows color (decimal): -4109250 or 4082881. OLE color: 4082881.

HSL color Cylindrical-coordinate representation of color #C14C3E: hue angle of 6.41º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14C3E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1937662-
CMYK00.610.680.24
HSL6.41º51.37%50%-
HSV(B)6.41º67.88%75.69%-
XYZ25.4516.856.47-
YUV109.39101.26187.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=58.31%
G=22.96%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193766200.610.680.246.4151.3750
HexC14C3E03D441863332
Octal301114760751043066362
Binary1100000110011001111100111101100010011000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C3E; }

 p { color: rgb(193,76,62); }

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

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

 a { background-color: rgb(193,76,62); }

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

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

 span { border-color: rgb(193,76,62); }

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