#C74A39

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

Shades of Grenadier #C74A39

Tints of Grenadier #C74A39

Color information

#C74A39 (or 0xC74A39) is unknown color: approx Grenadier. HEX triplet: C7, 4A and 39. RGB value is (199,74,57). Sum of RGB (Red+Green+Blue) = 199+74+57=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A39 is #38B5C6. Grayscale: #6D6D6D. Windows color (decimal): -3716551 or 3754695. OLE color: 3754695.

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

Color convert

RGB1997457-
CMYK00.630.710.22
HSL7.18º55.91%50.2%-
HSV(B)7.18º71.36%78.04%-
XYZ26.7417.345.81-
YUV109.4498.41191.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=60.30%
G=22.42%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199745700.630.710.227.1855.9150.2
HexC74A3903F471673832
Octal307112710771072677062
Binary1100011110010101110010111111100011110110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A39; }

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

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

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

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

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

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

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

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