#C94F3F

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

Shades of Grenadier #C94F3F

Tints of Grenadier #C94F3F

Color information

#C94F3F (or 0xC94F3F) is unknown color: approx Grenadier. HEX triplet: C9, 4F and 3F. RGB value is (201,79,63). Sum of RGB (Red+Green+Blue) = 201+79+63=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F3F is #36B0C0. Grayscale: #717171. Windows color (decimal): -3584193 or 4149193. OLE color: 4149193.

HSL color Cylindrical-coordinate representation of color #C94F3F: hue angle of 6.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94F3F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2017963-
CMYK00.610.690.21
HSL6.96º56.1%51.76%-
HSV(B)6.96º68.66%78.82%-
XYZ27.7818.376.78-
YUV113.6599.42190.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.60%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 63 (25% from 255) = 18.37%
R=58.60%
G=23.03%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201796300.610.690.216.9656.151.76
HexC94F3F03D451573834
Octal311117770751052577064
Binary1100100110011111111110111101100010110101111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94F3F; }

 p { color: rgb(201,79,63); }

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

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

 a { background-color: rgb(201,79,63); }

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

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

 span { border-color: rgb(201,79,63); }

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