#C74134

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

Shades of Grenadier #C74134

Tints of Grenadier #C74134

Color information

#C74134 (or 0xC74134) is unknown color: approx Grenadier. HEX triplet: C7, 41 and 34. RGB value is (199,65,52). Sum of RGB (Red+Green+Blue) = 199+65+52=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C74134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74134 is #38BECB. Grayscale: #676767. Windows color (decimal): -3718860 or 3424711. OLE color: 3424711.

HSL color Cylindrical-coordinate representation of color #C74134: hue angle of 5.31º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C74134 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1996552-
CMYK00.670.740.22
HSL5.31º58.57%49.22%-
HSV(B)5.31º73.87%78.04%-
XYZ26.0616.175-
YUV103.5898.89196.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=62.97%
G=20.57%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199655200.670.740.225.3158.5749.22
HexC741340434A1653b31
Octal3071016401031122657361
Binary11000111100000111010001000011100101010110101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74134; }

 p { color: rgb(199,65,52); }

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

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

 a { background-color: rgb(199,65,52); }

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

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

 span { border-color: rgb(199,65,52); }

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