#C14C36

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

Shades of Grenadier #C14C36

Tints of Grenadier #C14C36

Color information

#C14C36 (or 0xC14C36) is unknown color: approx Grenadier. HEX triplet: C1, 4C and 36. RGB value is (193,76,54). Sum of RGB (Red+Green+Blue) = 193+76+54=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C36 is #3EB3C9. Grayscale: #6C6C6C. Windows color (decimal): -4109258 or 3558593. OLE color: 3558593.

HSL color Cylindrical-coordinate representation of color #C14C36: hue angle of 9.5º 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 #C14C36 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1937654-
CMYK00.610.720.24
HSL9.5º56.28%48.43%-
HSV(B)9.5º72.02%75.69%-
XYZ25.2416.775.4-
YUV108.4897.26188.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=59.75%
G=23.53%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193765400.610.720.249.556.2848.43
HexC14C3603D481893830
Octal3011146607511030117060
Binary11000001100110011011001111011001000110001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C36; }

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

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

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

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

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

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

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

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