#C2473F

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

Shades of Grenadier #C2473F

Tints of Grenadier #C2473F

Color information

#C2473F (or 0xC2473F) is unknown color: approx Grenadier. HEX triplet: C2, 47 and 3F. RGB value is (194,71,63). Sum of RGB (Red+Green+Blue) = 194+71+63=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2473F is #3DB8C0. Grayscale: #6B6B6B. Windows color (decimal): -4044993 or 4147138. OLE color: 4147138.

HSL color Cylindrical-coordinate representation of color #C2473F: hue angle of 3.66º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2473F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1947163-
CMYK00.630.680.24
HSL3.66º51.78%50.39%-
HSV(B)3.66º67.53%76.08%-
XYZ25.416.336.52-
YUV106.86103.25190.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 63 (25% from 255) = 19.21%
R=59.15%
G=21.65%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194716300.630.680.243.6651.7850.39
HexC2473F03F441843432
Octal302107770771043046462
Binary1100001010001111111110111111100010011000100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2473F; }

 p { color: rgb(194,71,63); }

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

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

 a { background-color: rgb(194,71,63); }

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

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

 span { border-color: rgb(194,71,63); }

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