#C14E34

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

Shades of Grenadier #C14E34

Tints of Grenadier #C14E34

Color information

#C14E34 (or 0xC14E34) is unknown color: approx Grenadier. HEX triplet: C1, 4E and 34. RGB value is (193,78,52). Sum of RGB (Red+Green+Blue) = 193+78+52=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E34 is #3EB1CB. Grayscale: #6D6D6D. Windows color (decimal): -4108748 or 3428033. OLE color: 3428033.

HSL color Cylindrical-coordinate representation of color #C14E34: hue angle of 11.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C14E34 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1937852-
CMYK00.600.730.24
HSL11.06º57.55%48.04%-
HSV(B)11.06º73.06%75.69%-
XYZ25.3417.035.2-
YUV109.4295.6187.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=59.75%
G=24.15%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193785200.600.730.2411.0657.5548.04
HexC14E3403C4918b3a30
Octal3011166407411130137260
Binary11000001100111011010001111001001001110001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E34; }

 p { color: rgb(193,78,52); }

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

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

 a { background-color: rgb(193,78,52); }

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

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

 span { border-color: rgb(193,78,52); }

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