#C94538

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

Shades of Grenadier #C94538

Tints of Grenadier #C94538

Color information

#C94538 (or 0xC94538) is unknown color: approx Grenadier. HEX triplet: C9, 45 and 38. RGB value is (201,69,56). Sum of RGB (Red+Green+Blue) = 201+69+56=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C94538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94538 is #36BAC7. Grayscale: #6B6B6B. Windows color (decimal): -3586760 or 3687881. OLE color: 3687881.

HSL color Cylindrical-coordinate representation of color #C94538: hue angle of 5.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94538 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2016956-
CMYK00.660.720.21
HSL5.38º57.31%50.39%-
HSV(B)5.38º72.14%78.82%-
XYZ26.9316.965.6-
YUV106.9999.23195.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.66%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=61.66%
G=21.17%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201695600.660.720.215.3857.3150.39
HexC94538042481553932
Octal3111057001021102557162
Binary11001001100010111100001000010100100010101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94538; }

 p { color: rgb(201,69,56); }

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

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

 a { background-color: rgb(201,69,56); }

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

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

 span { border-color: rgb(201,69,56); }

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