#C14D33

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

Shades of Grenadier #C14D33

Tints of Grenadier #C14D33

Color information

#C14D33 (or 0xC14D33) is unknown color: approx Grenadier. HEX triplet: C1, 4D and 33. RGB value is (193,77,51). Sum of RGB (Red+Green+Blue) = 193+77+51=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D33 is #3EB2CC. Grayscale: #6C6C6C. Windows color (decimal): -4109005 or 3362241. OLE color: 3362241.

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

Color convert

RGB1937751-
CMYK00.600.740.24
HSL10.99º58.2%47.84%-
HSV(B)10.99º73.58%75.69%-
XYZ25.2416.885.06-
YUV108.7295.43188.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=60.12%
G=23.99%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193775100.600.740.2410.9958.247.84
HexC14D3303C4A18b3a30
Octal3011156307411230137260
Binary11000001100110111001101111001001010110001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D33; }

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

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

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

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

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

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

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

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