#C74739

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

Shades of Grenadier #C74739

Tints of Grenadier #C74739

Color information

#C74739 (or 0xC74739) is unknown color: approx Grenadier. HEX triplet: C7, 47 and 39. RGB value is (199,71,57). Sum of RGB (Red+Green+Blue) = 199+71+57=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C74739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74739 is #38B8C6. Grayscale: #6B6B6B. Windows color (decimal): -3717319 or 3753927. OLE color: 3753927.

HSL color Cylindrical-coordinate representation of color #C74739: hue angle of 5.92º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74739 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1997157-
CMYK00.640.710.22
HSL5.92º55.91%50.2%-
HSV(B)5.92º71.36%78.04%-
XYZ26.5416.945.74-
YUV107.6899.41193.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=60.86%
G=21.71%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199715700.640.710.225.9255.9150.2
HexC74739040471663832
Octal3071077101001072667062
Binary11000111100011111100101000000100011110110110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74739; }

 p { color: rgb(199,71,57); }

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

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

 a { background-color: rgb(199,71,57); }

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

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

 span { border-color: rgb(199,71,57); }

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