#C24C3F

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

Shades of Grenadier #C24C3F

Tints of Grenadier #C24C3F

Color information

#C24C3F (or 0xC24C3F) is unknown color: approx Grenadier. HEX triplet: C2, 4C and 3F. RGB value is (194,76,63). Sum of RGB (Red+Green+Blue) = 194+76+63=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3F is #3DB3C0. Grayscale: #6D6D6D. Windows color (decimal): -4043713 or 4148418. OLE color: 4148418.

HSL color Cylindrical-coordinate representation of color #C24C3F: hue angle of 5.95º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24C3F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1947663-
CMYK00.610.680.24
HSL5.95º51.78%50.39%-
HSV(B)5.95º67.53%76.08%-
XYZ25.73176.63-
YUV109.8101.59188.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 63 (25% from 255) = 18.92%
R=58.26%
G=22.82%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194766300.610.680.245.9551.7850.39
HexC24C3F03D441863432
Octal302114770751043066462
Binary1100001010011001111110111101100010011000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C3F; }

 p { color: rgb(194,76,63); }

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

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

 a { background-color: rgb(194,76,63); }

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

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

 span { border-color: rgb(194,76,63); }

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