#C74D3C

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

Shades of Grenadier #C74D3C

Tints of Grenadier #C74D3C

Color information

#C74D3C (or 0xC74D3C) is unknown color: approx Grenadier. HEX triplet: C7, 4D and 3C. RGB value is (199,77,60). Sum of RGB (Red+Green+Blue) = 199+77+60=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D3C is #38B2C3. Grayscale: #6F6F6F. Windows color (decimal): -3715780 or 3952071. OLE color: 3952071.

HSL color Cylindrical-coordinate representation of color #C74D3C: hue angle of 7.34º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74D3C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1997760-
CMYK00.610.700.22
HSL7.34º55.38%50.78%-
HSV(B)7.34º69.85%78.04%-
XYZ27.0217.786.28-
YUV111.5498.92190.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.23%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=59.23%
G=22.92%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199776000.610.700.227.3455.3850.78
HexC74D3C03D461673733
Octal307115740751062676763
Binary1100011110011011111000111101100011010110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D3C; }

 p { color: rgb(199,77,60); }

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

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

 a { background-color: rgb(199,77,60); }

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

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

 span { border-color: rgb(199,77,60); }

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