#C14334

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

Shades of Grenadier #C14334

Tints of Grenadier #C14334

Color information

#C14334 (or 0xC14334) is unknown color: approx Grenadier. HEX triplet: C1, 43 and 34. RGB value is (193,67,52). Sum of RGB (Red+Green+Blue) = 193+67+52=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C14334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14334 is #3EBCCB. Grayscale: #676767. Windows color (decimal): -4111564 or 3425217. OLE color: 3425217.

HSL color Cylindrical-coordinate representation of color #C14334: hue angle of 6.38º degrees, saturation: 0.58, 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 #C14334 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1936752-
CMYK00.650.730.24
HSL6.38º57.55%48.04%-
HSV(B)6.38º73.06%75.69%-
XYZ24.6215.64.96-
YUV102.9699.24192.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.86%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=61.86%
G=21.47%
B=16.67%

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
Decimal193675200.650.730.246.3857.5548.04
HexC14334041491863a30
Octal3011036401011113067260
Binary11000001100001111010001000001100100111000110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14334; }

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

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

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

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

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

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

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

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