#C94436

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

Shades of Grenadier #C94436

Tints of Grenadier #C94436

Color information

#C94436 (or 0xC94436) is unknown color: approx Grenadier. HEX triplet: C9, 44 and 36. RGB value is (201,68,54). Sum of RGB (Red+Green+Blue) = 201+68+54=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C94436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94436 is #36BBC9. Grayscale: #6A6A6A. Windows color (decimal): -3587018 or 3556553. OLE color: 3556553.

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

Color convert

RGB2016854-
CMYK00.660.730.21
HSL5.71º57.65%50%-
HSV(B)5.71º73.13%78.82%-
XYZ26.8216.825.32-
YUV106.1798.56195.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.23%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=62.23%
G=21.05%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201685400.660.730.215.7157.6550
HexC94436042491563a32
Octal3111046601021112567262
Binary11001001100010011011001000010100100110101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94436; }

 p { color: rgb(201,68,54); }

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

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

 a { background-color: rgb(201,68,54); }

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

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

 span { border-color: rgb(201,68,54); }

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