#C14335

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

Shades of Grenadier #C14335

Tints of Grenadier #C14335

Color information

#C14335 (or 0xC14335) is unknown color: approx Grenadier. HEX triplet: C1, 43 and 35. RGB value is (193,67,53). Sum of RGB (Red+Green+Blue) = 193+67+53=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C14335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14335 is #3EBCCA. Grayscale: #676767. Windows color (decimal): -4111563 or 3490753. OLE color: 3490753.

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

Color convert

RGB1936753-
CMYK00.650.730.24
HSL56.91%48.24%-
HSV(B)72.54%75.69%-
XYZ24.6415.615.08-
YUV103.0899.74192.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=61.66%
G=21.41%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193675300.650.730.24656.9148.24
HexC14335041491863930
Octal3011036501011113067160
Binary11000001100001111010101000001100100111000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14335; }

 p { color: rgb(193,67,53); }

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

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

 a { background-color: rgb(193,67,53); }

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

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

 span { border-color: rgb(193,67,53); }

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