#C24835

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

Shades of Grenadier #C24835

Tints of Grenadier #C24835

Color information

#C24835 (or 0xC24835) is unknown color: approx Grenadier. HEX triplet: C2, 48 and 35. RGB value is (194,72,53). Sum of RGB (Red+Green+Blue) = 194+72+53=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24835 is #3DB7CA. Grayscale: #6A6A6A. Windows color (decimal): -4044747 or 3492034. OLE color: 3492034.

HSL color Cylindrical-coordinate representation of color #C24835: hue angle of 8.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24835 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1947253-
CMYK00.630.730.24
HSL8.09º57.09%48.43%-
HSV(B)8.09º72.68%76.08%-
XYZ25.2116.365.2-
YUV106.3197.92190.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=60.82%
G=22.57%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194725300.630.730.248.0957.0948.43
HexC2483503F491883930
Octal3021106507711130107160
Binary11000010100100011010101111111001001110001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24835; }

 p { color: rgb(194,72,53); }

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

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

 a { background-color: rgb(194,72,53); }

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

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

 span { border-color: rgb(194,72,53); }

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