#C14436

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

Shades of Grenadier #C14436

Tints of Grenadier #C14436

Color information

#C14436 (or 0xC14436) is unknown color: approx Grenadier. HEX triplet: C1, 44 and 36. RGB value is (193,68,54). Sum of RGB (Red+Green+Blue) = 193+68+54=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C14436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14436 is #3EBBC9. Grayscale: #676767. Windows color (decimal): -4111306 or 3556545. OLE color: 3556545.

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

Color convert

RGB1936854-
CMYK00.650.720.24
HSL6.04º56.28%48.43%-
HSV(B)6.04º72.02%75.69%-
XYZ24.7315.745.22-
YUV103.7899.91191.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=61.27%
G=21.59%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193685400.650.720.246.0456.2848.43
HexC14436041481863830
Octal3011046601011103067060
Binary11000001100010011011001000001100100011000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14436; }

 p { color: rgb(193,68,54); }

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

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

 a { background-color: rgb(193,68,54); }

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

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

 span { border-color: rgb(193,68,54); }

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