#C14937

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

Shades of Grenadier #C14937

Tints of Grenadier #C14937

Color information

#C14937 (or 0xC14937) is unknown color: approx Grenadier. HEX triplet: C1, 49 and 37. RGB value is (193,73,55). Sum of RGB (Red+Green+Blue) = 193+73+55=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C14937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14937 is #3EB6C8. Grayscale: #6B6B6B. Windows color (decimal): -4110025 or 3623361. OLE color: 3623361.

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

Color convert

RGB1937355-
CMYK00.620.720.24
HSL7.83º55.65%48.63%-
HSV(B)7.83º71.5%75.69%-
XYZ25.0616.385.45-
YUV106.8398.76189.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=60.12%
G=22.74%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193735500.620.720.247.8355.6548.63
HexC1493703E481883831
Octal3011116707611030107061
Binary11000001100100111011101111101001000110001000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14937; }

 p { color: rgb(193,73,55); }

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

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

 a { background-color: rgb(193,73,55); }

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

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

 span { border-color: rgb(193,73,55); }

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