#C13F38

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

Shades of Grenadier #C13F38

Tints of Grenadier #C13F38

Color information

#C13F38 (or 0xC13F38) is unknown color: approx Grenadier. HEX triplet: C1, 3F and 38. RGB value is (193,63,56). Sum of RGB (Red+Green+Blue) = 193+63+56=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F38 is #3EC0C7. Grayscale: #656565. Windows color (decimal): -4112584 or 3686337. OLE color: 3686337.

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

Color convert

RGB1936356-
CMYK00.670.710.24
HSL3.07º55.02%48.82%-
HSV(B)3.07º70.98%75.69%-
XYZ24.4815.185.38-
YUV101.07102.57193.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.86%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=61.86%
G=20.19%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193635600.670.710.243.0755.0248.82
HexC13F38043471833731
Octal301777001031073036761
Binary110000011111111110000100001110001111100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F38; }

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

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

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

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

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

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

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

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