#C94435

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

Shades of Grenadier #C94435

Tints of Grenadier #C94435

Color information

#C94435 (or 0xC94435) is unknown color: approx Grenadier. HEX triplet: C9, 44 and 35. RGB value is (201,68,53). Sum of RGB (Red+Green+Blue) = 201+68+53=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94435 is #36BBCA. Grayscale: #6A6A6A. Windows color (decimal): -3587019 or 3491017. OLE color: 3491017.

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

Color convert

RGB2016853-
CMYK00.660.740.21
HSL6.08º58.27%49.8%-
HSV(B)6.08º73.63%78.82%-
XYZ26.816.815.2-
YUV106.0698.06195.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.42%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=62.42%
G=21.12%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201685300.660.740.216.0858.2749.8
HexC944350424A1563a32
Octal3111046501021122567262
Binary11001001100010011010101000010100101010101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94435; }

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

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

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

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

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

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

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

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