#c94438

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

Shades of Grenadier #C94438

Tints of Grenadier #C94438

Color information

#C94438 (or 0xC94438) is unknown color: approx Grenadier. HEX triplet: C9, 44 and 38. RGB value is (201,68,56). Sum of RGB (Red+Green+Blue) = 201+68+56=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C94438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94438 is #36BBC7. Grayscale: #6A6A6A. Windows color (decimal): -3587016 or 3687625. OLE color: 3687625.

HSL color Cylindrical-coordinate representation of color #C94438: hue angle of 4.97º 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 #C94438 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2016856-
CMYK00.660.720.21
HSL4.97º57.31%50.39%-
HSV(B)4.97º72.14%78.82%-
XYZ26.8716.845.58-
YUV106.499.56195.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.85%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=61.85%
G=20.92%
B=17.23%

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
Decimal201685600.660.720.214.9757.3150.39
HexC94438042481553932
Octal3111047001021102557162
Binary11001001100010011100001000010100100010101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94438; }

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

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

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

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

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

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

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

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