#C74F3C

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

Shades of Grenadier #C74F3C

Tints of Grenadier #C74F3C

Color information

#C74F3C (or 0xC74F3C) is unknown color: approx Grenadier. HEX triplet: C7, 4F and 3C. RGB value is (199,79,60). Sum of RGB (Red+Green+Blue) = 199+79+60=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F3C is #38B0C3. Grayscale: #707070. Windows color (decimal): -3715268 or 3952583. OLE color: 3952583.

HSL color Cylindrical-coordinate representation of color #C74F3C: hue angle of 8.2º 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 #C74F3C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1997960-
CMYK00.600.700.22
HSL8.2º55.38%50.78%-
HSV(B)8.2º69.85%78.04%-
XYZ27.1618.066.33-
YUV112.7198.26189.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.88%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=58.88%
G=23.37%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199796000.600.700.228.255.3850.78
HexC74F3C03C461683733
Octal3071177407410626106763
Binary11000111100111111110001111001000110101101000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74F3C; }

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

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

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

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

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

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

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

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