#C24438

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

Shades of Grenadier #C24438

Tints of Grenadier #C24438

Color information

#C24438 (or 0xC24438) is unknown color: approx Grenadier. HEX triplet: C2, 44 and 38. RGB value is (194,68,56). Sum of RGB (Red+Green+Blue) = 194+68+56=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24438 is #3DBBC7. Grayscale: #686868. Windows color (decimal): -4045768 or 3687618. OLE color: 3687618.

HSL color Cylindrical-coordinate representation of color #C24438: hue angle of 5.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24438 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1946856-
CMYK00.650.710.24
HSL5.22º55.2%49.02%-
HSV(B)5.22º71.13%76.08%-
XYZ25.0315.895.49-
YUV104.31100.74191.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=61.01%
G=21.38%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194685600.650.710.245.2255.249.02
HexC24438041471853731
Octal3021047001011073056761
Binary11000010100010011100001000001100011111000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24438; }

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

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

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

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

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

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

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

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