#C14F3B

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

Shades of Grenadier #C14F3B

Tints of Grenadier #C14F3B

Color information

#C14F3B (or 0xC14F3B) is unknown color: approx Grenadier. HEX triplet: C1, 4F and 3B. RGB value is (193,79,59). Sum of RGB (Red+Green+Blue) = 193+79+59=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F3B is #3EB0C4. Grayscale: #6E6E6E. Windows color (decimal): -4108485 or 3887041. OLE color: 3887041.

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

Color convert

RGB1937959-
CMYK00.590.690.24
HSL8.96º53.17%49.41%-
HSV(B)8.96º69.43%75.69%-
XYZ25.5817.256.12-
YUV110.8198.77186.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=58.31%
G=23.87%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193795900.590.690.248.9653.1749.41
HexC14F3B03B451893531
Octal3011177307310530116561
Binary11000001100111111101101110111000101110001001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F3B; }

 p { color: rgb(193,79,59); }

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

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

 a { background-color: rgb(193,79,59); }

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

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

 span { border-color: rgb(193,79,59); }

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