#C14D36

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

Shades of Grenadier #C14D36

Tints of Grenadier #C14D36

Color information

#C14D36 (or 0xC14D36) is unknown color: approx Grenadier. HEX triplet: C1, 4D and 36. RGB value is (193,77,54). Sum of RGB (Red+Green+Blue) = 193+77+54=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D36 is #3EB2C9. Grayscale: #6D6D6D. Windows color (decimal): -4109002 or 3558849. OLE color: 3558849.

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

Color convert

RGB1937754-
CMYK00.600.720.24
HSL9.93º56.28%48.43%-
HSV(B)9.93º72.02%75.69%-
XYZ25.3116.915.42-
YUV109.0696.93187.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.57%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=59.57%
G=23.77%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193775400.600.720.249.9356.2848.43
HexC14D3603C4818a3830
Octal3011156607411030127060
Binary11000001100110111011001111001001000110001010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D36; }

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

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

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

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

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

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

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

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