#C7402E

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

Shades of Grenadier #C7402E

Tints of Grenadier #C7402E

Color information

#C7402E (or 0xC7402E) is unknown color: approx Grenadier. HEX triplet: C7, 40 and 2E. RGB value is (199,64,46). Sum of RGB (Red+Green+Blue) = 199+64+46=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7402E is #38BFD1. Grayscale: #666666. Windows color (decimal): -3719122 or 3031239. OLE color: 3031239.

HSL color Cylindrical-coordinate representation of color #C7402E: hue angle of 7.06º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7402E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1996446-
CMYK00.680.770.22
HSL7.06º62.45%48.04%-
HSV(B)7.06º76.88%78.04%-
XYZ25.8816.014.31-
YUV102.3196.23196.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.40%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=64.40%
G=20.71%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199644600.680.770.227.0662.4548.04
HexC7402E0444D1673e30
Octal3071005601041152677660
Binary11000111100000010111001000100100110110110111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7402E; }

 p { color: rgb(199,64,46); }

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

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

 a { background-color: rgb(199,64,46); }

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

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

 span { border-color: rgb(199,64,46); }

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