#C13F2D

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

Shades of Grenadier #C13F2D

Tints of Grenadier #C13F2D

Color information

#C13F2D (or 0xC13F2D) is unknown color: approx Grenadier. HEX triplet: C1, 3F and 2D. RGB value is (193,63,45). Sum of RGB (Red+Green+Blue) = 193+63+45=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F2D is #3EC0D2. Grayscale: #646464. Windows color (decimal): -4112595 or 2965441. OLE color: 2965441.

HSL color Cylindrical-coordinate representation of color #C13F2D: hue angle of 7.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13F2D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1936345-
CMYK00.670.770.24
HSL7.3º62.18%46.67%-
HSV(B)7.3º76.68%75.69%-
XYZ24.2415.084.12-
YUV99.8297.07194.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=64.12%
G=20.93%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193634500.670.770.247.362.1846.67
HexC13F2D0434D1873e2f
Octal301775501031153077657
Binary1100000111111110110101000011100110111000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F2D; }

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

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

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

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

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

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

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

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