#C5422E

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

Shades of Grenadier #C5422E

Tints of Grenadier #C5422E

Color information

#C5422E (or 0xC5422E) is unknown color: approx Grenadier. HEX triplet: C5, 42 and 2E. RGB value is (197,66,46). Sum of RGB (Red+Green+Blue) = 197+66+46=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5422E is #3ABDD1. Grayscale: #676767. Windows color (decimal): -3849682 or 3031749. OLE color: 3031749.

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

Color convert

RGB1976646-
CMYK00.660.770.23
HSL7.95º62.14%47.65%-
HSV(B)7.95º76.65%77.25%-
XYZ25.4715.964.32-
YUV102.8995.9195.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=63.75%
G=21.36%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197664600.660.770.237.9562.1447.65
HexC5422E0424D1783e30
Octal30510256010211527107660
Binary110001011000010101110010000101001101101111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5422E; }

 p { color: rgb(197,66,46); }

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

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

 a { background-color: rgb(197,66,46); }

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

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

 span { border-color: rgb(197,66,46); }

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