#C74531

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

Shades of Grenadier #C74531

Tints of Grenadier #C74531

Color information

#C74531 (or 0xC74531) is unknown color: approx Grenadier. HEX triplet: C7, 45 and 31. RGB value is (199,69,49). Sum of RGB (Red+Green+Blue) = 199+69+49=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74531 is #38BACE. Grayscale: #696969. Windows color (decimal): -3717839 or 3229127. OLE color: 3229127.

HSL color Cylindrical-coordinate representation of color #C74531: hue angle of 8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74531 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1996949-
CMYK00.650.750.22
HSL60.48%48.63%-
HSV(B)75.38%78.04%-
XYZ26.2416.624.73-
YUV105.5996.07194.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=62.78%
G=21.77%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199694900.650.750.22860.4848.63
HexC745310414B1683c31
Octal30710561010111326107461
Binary110001111000101110001010000011001011101101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74531; }

 p { color: rgb(199,69,49); }

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

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

 a { background-color: rgb(199,69,49); }

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

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

 span { border-color: rgb(199,69,49); }

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