#C24B3E

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

Shades of Grenadier #C24B3E

Tints of Grenadier #C24B3E

Color information

#C24B3E (or 0xC24B3E) is unknown color: approx Grenadier. HEX triplet: C2, 4B and 3E. RGB value is (194,75,62). Sum of RGB (Red+Green+Blue) = 194+75+62=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B3E is #3DB4C1. Grayscale: #6D6D6D. Windows color (decimal): -4043970 or 4082626. OLE color: 4082626.

HSL color Cylindrical-coordinate representation of color #C24B3E: hue angle of 5.91º 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 #C24B3E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1947562-
CMYK00.610.680.24
HSL5.91º51.97%50.2%-
HSV(B)5.91º68.04%76.08%-
XYZ25.6316.856.46-
YUV109.1101.42188.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=58.61%
G=22.66%
B=18.73%

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
Decimal194756200.610.680.245.9151.9750.2
HexC24B3E03D441863432
Octal302113760751043066462
Binary1100001010010111111100111101100010011000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24B3E; }

 p { color: rgb(194,75,62); }

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

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

 a { background-color: rgb(194,75,62); }

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

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

 span { border-color: rgb(194,75,62); }

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