#C74436

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

Shades of Grenadier #C74436

Tints of Grenadier #C74436

Color information

#C74436 (or 0xC74436) is unknown color: approx Grenadier. HEX triplet: C7, 44 and 36. RGB value is (199,68,54). Sum of RGB (Red+Green+Blue) = 199+68+54=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C74436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74436 is #38BBC9. Grayscale: #696969. Windows color (decimal): -3718090 or 3556551. OLE color: 3556551.

HSL color Cylindrical-coordinate representation of color #C74436: hue angle of 5.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C74436 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1996854-
CMYK00.660.730.22
HSL5.79º57.31%49.61%-
HSV(B)5.79º72.86%78.04%-
XYZ26.2916.545.3-
YUV105.5798.9194.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.99%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=61.99%
G=21.18%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199685400.660.730.225.7957.3149.61
HexC74436042491663932
Octal3071046601021112667162
Binary11000111100010011011001000010100100110110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74436; }

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

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

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

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

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

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

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

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