#C13F35

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

Shades of Grenadier #C13F35

Tints of Grenadier #C13F35

Color information

#C13F35 (or 0xC13F35) is unknown color: approx Grenadier. HEX triplet: C1, 3F and 35. RGB value is (193,63,53). Sum of RGB (Red+Green+Blue) = 193+63+53=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F35 is #3EC0CA. Grayscale: #646464. Windows color (decimal): -4112587 or 3489729. OLE color: 3489729.

HSL color Cylindrical-coordinate representation of color #C13F35: hue angle of 4.29º 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 #C13F35 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1936353-
CMYK00.670.730.24
HSL4.29º56.91%48.24%-
HSV(B)4.29º72.54%75.69%-
XYZ24.4115.155.01-
YUV100.73101.07193.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.46%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=62.46%
G=20.39%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193635300.670.730.244.2956.9148.24
HexC13F35043491843930
Octal301776501031113047160
Binary1100000111111111010101000011100100111000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F35; }

 p { color: rgb(193,63,53); }

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

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

 a { background-color: rgb(193,63,53); }

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

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

 span { border-color: rgb(193,63,53); }

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