#C14E3E

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

Shades of Grenadier #C14E3E

Tints of Grenadier #C14E3E

Color information

#C14E3E (or 0xC14E3E) is unknown color: approx Grenadier. HEX triplet: C1, 4E and 3E. RGB value is (193,78,62). Sum of RGB (Red+Green+Blue) = 193+78+62=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E3E is #3EB1C1. Grayscale: #6E6E6E. Windows color (decimal): -4108738 or 4083393. OLE color: 4083393.

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

Color convert

RGB1937862-
CMYK00.600.680.24
HSL7.33º51.37%50%-
HSV(B)7.33º67.88%75.69%-
XYZ25.5917.136.52-
YUV110.56100.6186.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=57.96%
G=23.42%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193786200.600.680.247.3351.3750
HexC14E3E03C441873332
Octal301116760741043076362
Binary1100000110011101111100111100100010011000111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E3E; }

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

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

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

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

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

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

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

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